[Pomoc] Linija 5103

Započeo Ivkeee
10. Dec. 2010.
777
pregleda
6
postova
Ivan_Geric
4
Shot Caller
10. Dec. 2010.
E ovako imam problem , sta znaci ovaj eror?
D:\\Server\gamemodes\gf.pwn(26207) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

Header size:           5904 bytes
Code size:          1100348 bytes
Data size:          4429512 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 5552148 bytes


1 Warning.

evo kako izgleda ta linija
			if(PlayerStoned >= 2)
{
       PlayerStoned += 1;
   if(PlayerStoned == 10)
   {
       PlayerStoned = 2;
       new Float:angle;
GetPlayerFacingAngle(i, angle);
if(IsPlayerInAnyVehicle(i))
{
   if(GetPlayerState(i) == 2)
   {
    SetVehicleZAngle(GetPlayerVehicleID(i), angle + 25);
}
}
else
{
   SetPlayerFacingAngle(i, angle + 90);
(linija 5103)      }
   }
}
if(PlayerInfo > 0)
{
   if(PlayerInfo <= 0)
   {
       PlayerInfo = 0;
   }
   else
   {
       PlayerInfo -= 1;
   }
}
if(BoxWaitTime > 0)
{

Sta tu ne valja?
aleluja
5
Godfather
10. Dec. 2010.
IzbriÅ¡i cijeli OnPlayerPrivMessage jer se tko ne koristi u novijim SA:MP verzijama.. 😉
Ivan_Geric
4
Shot Caller
10. Dec. 2010.
Nece , obriso sam
Viky
6
Legenda Foruma
10. Dec. 2010.
izbrisi ovo:

public OnPlayerPrivMessage(playerid)
{
return 1;
}
Ivan_Geric
4
Shot Caller
10. Dec. 2010.
Nemam tako , imam ovako:
public OnPlayerPrivMsg(playerid)  

return 1; 

Hvala puno , obrisao sam , radi.
:lock:
Vedran_Car HR
3
Hustler
10. Dec. 2010.
Mislim da moras napraviti forward

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha