need a little help
#1

is there a way to define : "if(GetPlayerRank(playerid) == 1) {" as : "if(PlayerInfo[playerid][vip] {"

?
________
Fix Ps3
Reply
#2

You mean repace it in the code?
There is no real way to repace the entire if(....) function with another if(...) function.
You can make a function, but not sure exactly what you want.
Reply
#3

somewhere in your script
pawn Код:
GetPlayerRank(playerid) return PlayerInfo[playerid][vip];
Reply
#4

error 021: symbol already defined: "GetPlayerRank"
error 017: undefined symbol "vip"
________
Paxil Sickness
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)