01.10.2010, 23:26
Also, looking at the code.
Why do you need to
There are no variables in that so you can just use a regular sendclientmessage, no formatting needed...
Why do you need to
pawn Код:
format(string,sizeof(string),"This Vehicle Is Owned By Fort Carson Sheriff Dept", string);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);

