[GameMode] [New | SA-MP 0.3.7] World War III - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (
https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] [New | SA-MP 0.3.7] World War III (
/showthread.php?tid=576348)
Re: [New | SA-MP 0.3.7] World War III -
vegaltasendai - 24.12.2015
But it works only for 1 player
When other normal Player even admi is vip 3 gives you that error
Not be for that it gives me this error
already check to be vip 3
Re: [New | SA-MP 0.3.7] World War III -
Elegy - 24.12.2015
WORK
PLUGIN CANT LOAD -_-
Re: [New | SA-MP 0.3.7] World War III -
Elegy - 24.12.2015
check this
PHP Code:
CMD:vbike(playerid,params[]) {
#pragma unused params
if(PlayerInfo[playerid][Vip] >= 1)
{
CarSpawner(playerid,522);
SendClientMessage(playerid,COLOR_PURPLE,"{FF0000}[V.I.P] {00FF40}You Have Spawn Your Bike");
} else return SendClientMessage(playerid,red,"ERROR: You need to be {FF0000}[V.I.P] {00FF40} 1 to use this command");
return 1;
}
if this
PHP Code:
if(PlayerInfo[playerid][Vip] == 1)
change it to
PHP Code:
if(PlayerInfo[playerid][Vip] >= 1)
to
Re: [New | SA-MP 0.3.7] World War III -
lucasbjs0 - 26.12.2015
Hello Gammix, I was trying to define administration to my friends that I'm doing all right, but when they relogam server they lose the administrator, all I set Administrator least I lose!
Sorry for My English i'm from Brazil
Re: [New | SA-MP 0.3.7] World War III -
mohmde - 03.02.2017
ip your Server ?
Re: [New | SA-MP 0.3.7] World War III - Astralis - 05.02.2017
Quote:
Originally Posted by mohmde
ip your Server ?
|
What do you mean?
Re: [New | SA-MP 0.3.7] World War III -
RigelAgar - 23.09.2017
Nice gamemode mate