09.10.2012, 19:08
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
This is the line I get the error on :
Mr.Solver:
Should be:
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
Ex:
Someone please help me I'm getting this error
PHP код:
error 035: argument type mismatch (argument 2)
PHP код:
SendClientMessage(playerid,"Woow");
PHP код:
SendClientMessage(playerid,"Woow");
PHP код:
SendClientMessage(playerid,Yellow,"Woow");
Here is the link for SendClientMessage on SA-MP Wiki https://sampwiki.blast.hk/wiki/SendClientMessage