SA-MP Forums Archive
Needs Cheap Scripter ;D (PPC Trucking) - 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: Needs Cheap Scripter ;D (PPC Trucking) (/showthread.php?tid=383978)



DELETE THIS THREAD! - DeTix - 09.10.2012

DELETE THIS THREAD!



Re: Needs Cheap Scripter ;D (PPC Trucking) - gtakillerIV - 09.10.2012

Mate, this section is for "Scripting Help", what this means is when you face a problem in scripting and you don't know how to solve that problem.

Ex:

Someone please help me I'm getting this error
PHP код:
error 035argument type mismatch (argument 2
This is the line I get the error on :

PHP код:
SendClientMessage(playerid,"Woow"); 
Mr.Solver:

PHP код:
SendClientMessage(playerid,"Woow"); 
Should be:

PHP код:
SendClientMessage(playerid,Yellow,"Woow"); 
Your parameters are not correct because you forgot the color.

Here is the link for SendClientMessage on SA-MP Wiki https://sampwiki.blast.hk/wiki/SendClientMessage


Re: Needs Cheap Scripter ;D (PPC Trucking) - DeTix - 09.10.2012

Ok. Sorry im new here :S