24.06.2016, 23:16
Fixed.
Dialog Script:
And Added:
Dialog Script:
Код:
case DIALOG_LOGIN: { if(response) return Kick (playerid); if(response) INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); GivePlayerMoney(playerid, PlayerInfo[playerid][pSularaha]); SetSpawnInfo(playerid, 217, 0, 1642.1584, -2334.1926, -2.6797, 359.7559, 0, 0, 0, 0, 0, 0); SpawnPlayer(playerid); } } return 1; }
Код:
#pragma tabsize 0