SA-MP Forums Archive
Change name script help! ERRORS :( - 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: Change name script help! ERRORS :( (/showthread.php?tid=623634)



Change name script help! ERRORS :( - buhs - 03.12.2016

FIXED


Re: Change name script help! ERRORS :( - buhs - 03.12.2016

HELP


Re: Change name script help! ERRORS :( - RyderX - 03.12.2016

Can you show me what is written as Error?


Re: Change name script help! ERRORS :( - iLearner - 03.12.2016

Hohoho Maybe you meant SendClientMessageToAll cuz SendClientMessage requires playerid param.


Re: Change name script help! ERRORS :( - buhs - 03.12.2016

Error shows this:
error 035: argument type mismatch (argument 2)
error 035: argument type mismatch (argument 2)


Re: Change name script help! ERRORS :( - Pearson - 03.12.2016

Hello. Replace your code with this.
PHP код:
SendClientMessage(playerid,-1string); 



Re: Change name script help! ERRORS :( - buhs - 03.12.2016

Quote:
Originally Posted by Pearson
Посмотреть сообщение
Hello. Replace your code with this.
PHP код:
SendClientMessage(playerid,-1string); 
Was that it?
Well i think i suck at scripting
That easy. Lmao
Thank you!