09.12.2009, 01:50
Quote:
Originally Posted by kylebrown
thanks
just one more qustion how whould i put this in to this Код:
if(strcmp(cmd, "/yadayada", true) == 0) { new Float:x, Float:y, Float:z, vehicle; GetPlayerPos(playerid, x, y, z); vehicle = CreateVehicle(520, x, y, z, 82.2873, 0, 1, 60); PutPlayerInVehicle(vehicle, playerid, 0); return 1; } |