What does this mean??
#1

Hey.. I'm using GF script...
anyone can explain to me what the hell does it mean!?!?
its under the command /invite
its means to invite to the faction but..

pawn Код:
else if(PlayerInfo[playerid][pLeader] == 5) { PlayerInfo[para1][pTeam] = 5; gTeam[para1] = 5; ftext = "Uptown Santino's Mafia"; ChosenSkin[para1] = 258; SetPlayerSkin(para1, 120); }
                            else if(PlayerInfo[playerid][pLeader] == 6) { PlayerInfo[para1][pTeam] = 5; gTeam[para1] = 5; ftext = "Downtown Wong's Triads"; ChosenSkin[para1] = 294; SetPlayerSkin(para1, 258); }
Reply
#2

it is checking weather the player who uses is a leader or not
and he is also checking teams only team members can accept invitation......
Reply
#3

Else if playerid pLeader variable it's equal to 5 - assign value 5 to para1 pTeam variable, assign value 5 to para1 gTeam variable, assign the string "Uptown Santino's Mafia" to the variable ftext, assign value 258 to para1 ChosenSkin variable, set para1 skin to id 120.
Else if playerid pLeader variable it's equal to 6 - assign value 5 to para1 pTeam variable, assign value 5 to para1 gTeam variable, assign the string "Downtown Wong's Triads" to the variable ftext, assign value 294 to para1 ChosenSkin variable, set para1 skin to id 258.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)