18.05.2014, 04:35
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
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" ) );