28.02.2010, 20:42
Quote:
Originally Posted by 02manchestera
so it will be something like
Код:
if(!strcmp(cmdtext, "/rally1", true)) { Createvehicle,id 560; return 1; |
pawn Код:
if(!strcmp(cmdtext, "/rally1", true))
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X,Y,Z);
CreateVehicle(560, X,Y,Z,0.0,1,1,respawntime(miliseconds));
return 1;
}