Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Darken

Pages: [1]
1
mIRC/pawn Scripting / [PAWN][Help]Spawn Command
« on: April 26, 2011, 05:56:33 pm »
hi i am have a problem with spawn command:


If i type spawn-cmd:


In Console:

Code: [Select]

[Own3r]: !pcj
SCRIPT: Bad parameter count <32 != 7>:
SCRIPT: Bad parameter count <32 != 7>:


CMD:

Code: [Select]

if (strcmp(cmdtext, "!pcj", true)==0)

{

new Float:x, Float:y, Float:z;

GetPlayerPos(playerid,x,y,z);

CreateVehicle(191,x,y,z+5,0,0,0,999);

return 1;

}



Please Help...

Pages: [1]