24.08.2009, 09:44
Can u just tell me one...
I made this
I done this and it works fine. But how can i make that this shows after i log in
I made this
Код:
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));