30.08.2014, 13:42
you are checking players VW with his Member rank ??
if(GetPlayerVirtualWorld(playerid) == GetPVarInt(playerid, "Member"))
Why ?
it should be like this
if(GetPlayerVirtualWorld(playerid) == YourShopsVW)
Maybe
if(GetPlayerVirtualWorld(playerid) == GetPVarInt(playerid, "Member"))
Why ?
it should be like this
if(GetPlayerVirtualWorld(playerid) == YourShopsVW)
Maybe