20.10.2009, 01:58
Quote:
Originally Posted by Smokey619
here he missed a part
if (strcmp(cmdtext, "/monster", true) == 0) { new Float ![]() GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, angle); PutPlayerInVehicle(playerid, CreateVehicle(556, x, y, z, angle, -1, -1, -1), 0); return 1; } |
(EDIT): Nevermind, I found the difference. Now to see if it works!