18.12.2011, 03:54
Quote:
thanks man and this wont mess up when more then 2 players pm each other?
also how can i check if PvarInt isset ? |
pawn Код:
if(GetPVarInt(playerid, "RespondingID")) //if it's set
{
}
else //else if it isn't
{
}