[Tutorial] How to make DM minigames
#13

when I enter the mingame and leave the minigame my cars have gone how would I respawn the cars under leave function...
Quote:

YCMD:leave(playerid, params[], help)
{
#pragma unused help
#pragma unused params
if(MinigameDM1[playerid] == 0)
{
SendClientMessage(playerid,COLOR_RED2,"You are not in Deathmatch Minigames to do that.");
}
else
{
MinigameDM1[playerid] = 0;
SetPlayerPos(playerid, 2027.8263,1322.6852,10.8203);
SetPlayerInterior(playerid, 0);
ResetPlayerWeapons(playerid);
}

return 1;

Reply


Messages In This Thread
How to make DM minigames - by Devilxz97 - 21.07.2012, 08:54
Re: How to make DM minigames - by Rudy_ - 21.07.2012, 09:02
Re: How to make DM minigames - by newbienoob - 21.07.2012, 09:02
Re: How to make DM minigames - by Devilxz97 - 21.07.2012, 09:09
Re: How to make DM minigames - by JaKe Elite - 21.07.2012, 09:11
Re: How to make DM minigames - by Devilxz97 - 21.07.2012, 09:12
Re: How to make DM minigames - by riezman97 - 21.07.2012, 10:39
Re: How to make DM minigames - by Devilxz97 - 21.07.2012, 10:42
Re: How to make DM minigames - by [GF]Logic - 21.07.2012, 13:41
Re: How to make DM minigames - by Devilxz97 - 22.07.2012, 00:33
Respuesta: How to make DM minigames - by HarlemSAMP - 31.07.2012, 21:46
Re: How to make DM minigames - by Devilxz97 - 31.07.2012, 22:12
Re: How to make DM minigames - by Pillhead2007 - 08.09.2012, 19:43
Re: How to make DM minigames - by Jeth - 09.09.2012, 04:15
Re: How to make DM minigames - by Simplyfrag - 17.10.2012, 00:40
Re: How to make DM minigames - by Devilxz97 - 20.11.2012, 01:00

Forum Jump:


Users browsing this thread: 1 Guest(s)