[Include] [INC] CPS - CheckPoint Streamer by DragSta
#37

Quote:
Originally Posted by еddy
Quote:
Originally Posted by [eX
Klutty ]
Sorry for double post.

When I enter the checkpoint with an infernus im supposed to get 100.000, but I dont get that money when I enter..

My code:

Code:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid)
{
  new modelid = GetVehicleModel(GetPlayerVehicleID(playerid));
	if(streamid == dockCP && modelid == 411)
	{
	GivePlayerMoney(playerid, 100000);
	new string[128];
	new playername[MAX_PLAYER_NAME];
	GetPlayerName(playerid,playername,sizeof(playername));
	format(string, sizeof(string), "%s has won the event!",playername);
	SendClientMessageToAll(COLOR_LIGHTBLUE,string);
	DestroyCheckpoint(dockCP);
	}
	else
	{
	SendClientMessage(playerid,COLOR_BRIGHTRED,"ERROR: Wrong car! This is not an infernus!");
	}
	return 1;
}
Try to add the GivePlayerMoney above the DestroyCheckpoint.
It is already above that.
Reply


Messages In This Thread
[INC] CPS - CheckPoint Streamer by DragSta - by domidom - 11.08.2008, 07:22
Re: [INC] CPS - CheckPoint Streamer by DragSta - by kc - 11.08.2008, 12:13
Re: [INC] CPS - CheckPoint Streamer by DragSta - by OrlGiNS - 11.08.2008, 12:18
Re: [INC] CPS - CheckPoint Streamer by DragSta - by whooper - 11.08.2008, 14:33
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 11.08.2008, 14:43
Re: [INC] CPS - CheckPoint Streamer by DragSta - by almighty - 15.08.2008, 01:14
Re: [INC] CPS - CheckPoint Streamer by DragSta - by OrlGiNS - 15.08.2008, 09:49
Re: [INC] CPS - CheckPoint Streamer by DragSta - by almighty - 15.08.2008, 11:28
Re: [INC] CPS - CheckPoint Streamer by DragSta - by [Jay] - 15.08.2008, 20:59
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Mikep - 12.09.2008, 18:52
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 12.09.2008, 19:35
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Mikep - 12.09.2008, 20:12
Re: [INC] CPS - CheckPoint Streamer by DragSta - by OrlGiNS - 13.09.2008, 10:41
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 13.09.2008, 11:05
Re: [INC] CPS - CheckPoint Streamer by DragSta - by OrlGiNS - 13.09.2008, 12:21
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 14.09.2008, 00:49
Re: [INC] CPS - CheckPoint Streamer by DragSta - by GTAIV2008 - 08.10.2008, 14:14
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 18.10.2008, 14:38
Re: [INC] CPS - CheckPoint Streamer by DragSta - by [JD]dimitri - 24.10.2008, 18:21
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 24.10.2008, 18:30
Re: [INC] CPS - CheckPoint Streamer by DragSta - by BioFreeze - 20.11.2008, 17:15
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 20.11.2008, 21:32
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Karlip - 20.11.2008, 21:54
Re: [INC] CPS - CheckPoint Streamer by DragSta - by BioFreeze - 21.11.2008, 15:00
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Mikep - 21.11.2008, 15:19
Re: [INC] CPS - CheckPoint Streamer by DragSta - by BioFreeze - 21.11.2008, 15:59
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 22.11.2008, 12:24
Re: [INC] CPS - CheckPoint Streamer by DragSta - by BioFreeze - 22.11.2008, 15:13
Re: [INC] CPS - CheckPoint Streamer by DragSta - by BioFreeze - 04.12.2008, 18:01
Re: [INC] CPS - CheckPoint Streamer by DragSta - by domidom - 04.12.2008, 19:15
Re: [INC] CPS - CheckPoint Streamer by DragSta - by refshal - 08.07.2009, 20:09
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Nero_3D - 08.07.2009, 20:20
Re: [INC] CPS - CheckPoint Streamer by DragSta - by refshal - 08.07.2009, 20:23
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Klutty - 08.07.2009, 21:06
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Klutty - 08.07.2009, 21:37
Re: [INC] CPS - CheckPoint Streamer by DragSta - by refshal - 09.07.2009, 09:13
Re: [INC] CPS - CheckPoint Streamer by DragSta - by Klutty - 09.07.2009, 09:22
Re: [INC] CPS - CheckPoint Streamer by DragSta - by refshal - 09.07.2009, 09:31
Re: [INC] CPS - CheckPoint Streamer by DragSta - by GTAIV2008 - 13.07.2009, 13:02
Re: [INC] CPS - CheckPoint Streamer by DragSta - by smoker08 - 13.07.2009, 16:57

Forum Jump:


Users browsing this thread: 7 Guest(s)