Jump to content
  • 0

Editare


djaCido23

Question

2 answers to this question

Recommended Posts

[pawn] PlayerInfo[playerid][pLevel] = 1; //In loc de 1 pui level-ul care vrei sa il primeasca player-ul nou

                        PlayerInfo[playerid][pSHealth] = 0.0;

                        PlayerInfo[playerid][pHealth] = 50.0;

                        PlayerInfo[playerid][pArmour] = 0.0;

                        PlayerInfo[playerid][pPos_x] = 2246.6;

                        PlayerInfo[playerid][pPos_y] = -1161.9;

                        PlayerInfo[playerid][pPos_z] = 1029.7;

                        PlayerInfo[playerid][pInt] = 15;

                        PlayerInfo[playerid][pLocal] = 255;

                        PlayerInfo[playerid][pTeam] = 3;

                        PlayerInfo[playerid][pModel] = 264;

                        new randphone = 1000 + random(8999);//minimum 1000  max 9999 //giving one at the start

                        PlayerInfo[playerid][pPnumber] = randphone;

                        PlayerInfo[playerid][pPhousekey] = 255;

                        PlayerInfo[playerid][pPbiskey] = 255;

                        PlayerInfo[playerid][pAccount] = 50000;  //Aici setezi cati bani sa primeasca in banca

                        PlayerInfo[playerid][pReg] = 1;

                        GivePlayerCash(playerid, 5000); //Aici setezi cati bani sa primeasca[/pawn]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.