Posts: 357
Threads: 6
Joined: Feb 2018
10.09.2018, 06:56
(
Last edited by UFF; 10/09/2018 at 06:11 PM.
)
GunGame Minigame
Introduction
This is a minigame of my server but not as same as in my server. I saw a gungame gamemode and a lots of server has this minigame. So, i thought to make one for the sa-mp forum people. This minigame is based on 14 levels with weapons based on level. The one who reaches the level 14 will be the winner. Further, feel free to edit it.
Bugs? None for now.
Images
Credits
Scripting - UFF & $moke
a_samp - SA-MP Team
Streamer - Incognito
Zcmd - Zeex
Ultimate Funky Freeroam Community @2018
Download Link
Pastebin
Posts: 357
Threads: 6
Joined: Feb 2018
Quote:
Originally Posted by Undef1ned
Why do you return "0" in "OnPlayerSpawn, OnPlayerDisconnect, OnPlayerConnect"? Did not return "1" in several "callbacks":
PHP Code:
LeaveFromGG(playerid)
{
if(IsInGG[playerid])
{
IsInGG[playerid] = false;
GGLevel[playerid] = 0;
SetPlayerVirtualWorld(playerid, 0);
ResetPlayerWeapons(playerid);
SpawnPlayer(playerid);
PlayerTextDrawHide(playerid, GGTD[playerid]);
}
}
|
Thanks for notifying, I totally forgot to change before posting.
Updated and fixed.
Posts: 18
Threads: 4
Joined: Feb 2018
after dying i spawned near my hq
how to fix it?