Few questions
#1

Hi,

Lets say that I have deleted Something PVar of thatplayer.
Now I am going to use GetPVarInt(thatplayer, "Something")
What will it return?


------------------------------------------------

And how do I check if thatplayer doesn't have PVar called Something?
Can I use if(GetPVarInt(thatplayer, "Something") == IsValidPlayerID(playerid))
Because this PVar would only store ID's.


If I would have 200 slots then this would work right? :
stock IsValidPlayerID(playerid)
{
if(playerid < 199 && playerid >= 0) return true; return false;
}
Reply


Messages In This Thread
Few questions - by dawidek11 - 30.10.2011, 10:11
Re: Few questions - by jonrb - 30.10.2011, 10:29
Re: Few questions - by dawidek11 - 30.10.2011, 10:45
Re: Few questions - by wups - 30.10.2011, 10:48
Re: Few questions - by dawidek11 - 30.10.2011, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)