26.04.2013, 13:28
Bueno amigos hace mucho que no publicaba pero bueno necesito ayuda
Me teleporta pero no crea el auto saben por que?
pawn Код:
CMD:participar(playerid, params[])
{
new Float:x , Float:y , Float:z;
if(evento == 1)
{
if(eRace == 1)
{
SetPlayerPos(playerid, 544.7097,-1281.5441,17.2482);
GetPlayerPos(playerid, x,y,z);
CreateVehicle(200,x,y,z,0,1,1,1);
}
}else SendClientMessage(playerid, -1, "Ningun evento Ha sido Activado");
return 1;
}