Automatic save!!
#4

pawn Код:
public OnPlayerConnect(playerid)
{
new string[128];
 format(string, sizeof(string), "STATS : Score : %d , Money : %d , Color : %d , Skin : %d , AdminLevel : %d", GetPlayerScore(playerid), GetPlayerMoney(playerid) , GetPlayerColor(playerid) , GetPlayerSkin(playerid) , IsPlayerAdmin(playerid));
SendClientMessage(playerid, COLOR_WHITE,string);
Easy.
Reply


Messages In This Thread
Automatic save!! - by MB@ - 24.08.2009, 09:20
Re: Automatic save!! - by Energyzer - 24.08.2009, 09:25
Re: Automatic save!! - by MB@ - 24.08.2009, 09:44
Re: Automatic save!! - by Energyzer - 24.08.2009, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)