SA-MP Forums Archive
help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help (/showthread.php?tid=604074)



help - kevi11 - 31.03.2016

i have this 2 error
PHP код:
C:\Users\Kevin11\Desktop\Server1.0\gamemodes\samprp.pwn(28) : error 010invalid function or declaration
C
:\Users\Kevin11\Desktop\Server1.0\gamemodes\samprp.pwn(32) : error 010invalid function or declaration
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
2 Errors

Script:
PHP код:
if(!NomeRP(playerid))
{
    
SendClientMessage(playerid0x33AA33AA,"INFO: Devi inserire un nome Roleplay per esempio: Mario_Rossi");
    
SetTimerEx("Kickato",40,0,"d",playerid);
    return 
1;




Re: help - Sawalha - 31.03.2016

specify the lines which occur the error


Re: help - kevi11 - 31.03.2016

PHP код:
if(!NomeRP(playerid)) 
Here!


Re: help - Sawalha - 31.03.2016

is that function defined? if so, show me


Re: help - kevi11 - 31.03.2016

No, is not defined.


Re: help - Sawalha - 01.04.2016

then that's why that error occurs, it has to be defined


Re: help - FernandoLight - 01.04.2016

Please next time don't open a thread with "help", at least "need help with some errors"..


Re: help - Harty - 01.04.2016

Hai creato NomeRP ? Lo stock ?


Re: help - kevi11 - 01.04.2016

Non ho lo stock


Re: help - Harty - 01.04.2016

Puoi postare le funzioni o come 'definisci': NomeRP ?

Grazie.