[GameMode] [New | SA-MP 0.3.7] World War III
#81

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


Reply
#82

WORK
PLUGIN CANT LOAD -_-
Reply
#83

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
PHP Code:
== 
to
PHP Code:
>= 
Reply
#84

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
Reply
#85

ip your Server ?
Reply
#86

Quote:
Originally Posted by mohmde
Посмотреть сообщение
ip your Server ?
What do you mean?
Reply
#87

Nice gamemode mate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)