20.01.2012, 02:10
Joya, lo puse en el
Gracias, todo me nada perfect
pawn Код:
if(!strcmp(npcname, "MyFirstNPC", true)) //Checking if the NPC's name is MyFirstNPC
{
PutPlayerInVehicle(playerid, AutoNPC, 0); //Putting the NPC into the vehicle we created for it.
SetPlayerColor(playerid, 0xFFFFFF55);//aksndakdasd
return 1;
}
