Posts: 171
Threads: 13
Joined: Dec 2015
WORK
PLUGIN CANT LOAD -_-
Posts: 171
Threads: 13
Joined: Dec 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
Posts: 190
Threads: 31
Joined: Dec 2012
Reputation:
0
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
Posts: 4
Threads: 2
Joined: Jan 2017