a problem with NPC[REP+]
#6

And he're is it.. (im using 2NPC)
Код:
public OnGameModeInit()
{
       	ConnectNPC("BlueBusDriver","Bus");
	ConnectNPC("BlackBusDriver","Bus2");
Код:
new Text3D:NPCTextBlue;
new Text3D:NPCTextBlack;
new NPCBlueBus;
new NPCBlackBus;
new BusID[MAX_PLAYERS];
new BusCost[MAX_PLAYERS];
new PlayerSitting[MAX_PLAYERS];
new Float:Playerx[MAX_PLAYERS], Float:Playery[MAX_PLAYERS], Float:Playerz[MAX_PLAYERS], Float:Playera[MAX_PLAYERS], PlayerSkin[MAX_PLAYERS];
new costtimer;

forward UnfreezeMeNow(playerid);

forward IsAtBlueBusStop(playerid);
forward IsAtBlackBusStop(playerid);
forward ResetView(playerid);
forward CPOff(playerid);
forward CostTimer(playerid);
forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
Reply


Messages In This Thread
a problem with NPC[REP+] - by Antoniohl - 07.01.2014, 18:34
Re: a problem with NPC[REP+] - by MatriXgaMer - 07.01.2014, 18:35
Re: a problem with NPC[REP+] - by Antoniohl - 07.01.2014, 18:38
Respuesta: a problem with NPC[REP+] - by Swedky - 07.01.2014, 18:46
Re: a problem with NPC[REP+] - by Antoniohl - 07.01.2014, 20:22
Re: a problem with NPC[REP+] - by Antoniohl - 07.01.2014, 20:26
Respuesta: a problem with NPC[REP+] - by Swedky - 07.01.2014, 21:12
Re: a problem with NPC[REP+] - by Antoniohl - 07.01.2014, 21:25
Re: a problem with NPC[REP+] - by Antoniohl - 08.01.2014, 12:37
Re: a problem with NPC[REP+] - by Babul - 08.01.2014, 13:44

Forum Jump:


Users browsing this thread: 1 Guest(s)