18.05.2014, 04:39
Quote:
replace under the login section with this.
You are setting the PlayerVariable when you want to retrieve it then set. Im only spit balling though, Hope this helps ya Код:
GetPVarInt( playerid, "pLog", 1 ); GivePlayerMoney( playerid, GetPVarInt( playerid, "pCash" ) ); SetPlayerScore( playerid, GetPVarInt( playerid, "pScore" ) ); |
On this line
pawn Код:
GetPVarInt( playerid, "pLog", 1 );