command wont set in pinfo
#2

pawn Код:
GameTextForPlayer(playerid,"~g~Skin Changed",2000,3);
pInfo[playerid][Skin] = modelid; // Assign the new skinid there.
SetPVarInt(playerid,"Useskin", 1);
GetPlayerSkin(playerid);
SetPlayerSkin(playerid, modelid);
Also:
pawn Код:
if(IsPlayerConnected(playerid))
{
    // code
}
else return ShowMessage(playerid, red, 2);
That's really useless.
Reply


Messages In This Thread
command wont set in pinfo - by kbalor - 04.10.2013, 15:49
Re: command wont set in pinfo - by Konstantinos - 04.10.2013, 15:52
Re: command wont set in pinfo - by kbalor - 04.10.2013, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)