I need help please ZCMD Problemo - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help please ZCMD Problemo (
/showthread.php?tid=255942)
I need help please ZCMD Problemo -
Artix - 18.05.2011
I got a problem with this command
Код:
CMD:car(playerid,params[])
{
new c,Float:p[4];
GetPlayerPos(playerid,p[0],p[1],p[2]);
and replace xyz with p[0],p[1]..
if(sscanf(params,"i",c)) return SendClientMessage(playerid,-1,"[car id]");
if(c > 611 || c < 400) return 1;
CreateVehicle(c,x,y,z,r,0,0,-1);
return 1;
}
please can someone fix this.
Re: I need help please ZCMD Problemo -
Ironboy - 18.05.2011
What is the problem? What it shows when you use that cmd?