Quote:
Originally Posted by Smokey619
thanks man it works
Quote:
Originally Posted by Daren_Jacobson
pawn Код:
if (strcmp(cmdtext, "/monster", true) == 0) { new Float:x, Float:y, Float:z, Float:angle; GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, angle) PutPlayerInVehicle(playerid, CreateVehicle(556, x, y, z, angle, -1, -1, -1), 0); return 1; }
should work, untested
|
|
: number of arguments does not match definition
: error 001: expected token: ";", but found "-identifier-"
: warning 217: loose indentation
I get these errors when I put in the code..before compile