- 0
Problema ore & RP
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
HacKy
De ce apare la RP 2/66 si la Ore Jucate 103??
Print:
http://img37.imageshack.us/img37/4803/36082471.png
Linia cu RP si Ore:
[pawn] format(coordsstring, sizeof(coordsstring),"PlayingHours:[%d] Job:[%s] Respect:[%d/%d] DonateRank:[%s]", ptime,jtext,exp,expamount,drank);[/pawn]
Linia cu Ore:
[pawn] PlayerInfo[playerid][pConnectTime] = 0;[/pawn]
Comanda /stats
[pawn] if (strcmp(cmd, "/stats", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (gPlayerLogged[playerid] != 0)
{
ShowStats(playerid,playerid);
}
else
{
SendClientMessage(playerid, COLOR_WHITE, "You are not Logged in");
}
}
return 1;
}[/pawn]
5 answers to this question
Recommended Posts