KoKo Posted April 19, 2016 Report Share Posted April 19, 2016 Salut,vreau sa schimb spawn-ul depe gamemode-ul NQGAMING si tot nu gasesc unde sa schimb la AddPlayerClass Asta scrie: // Player Class's for(new i = 0; i <= sizeof(Peds)-1; i++) { AddPlayerClass(Peds[0],1958.3783,1343.1572,1100.3746,269.1425,-1,-1,-1,-1,-1,-1); } Vreau sa pun coordonatele astea: 836.2215, -2064.2683, 12.5041 Quote Link to comment Share on other sites More sharing options...
0 S.Valentin (Hurdock) Posted April 19, 2016 Report Share Posted April 19, 2016 Nu-ti cunosc gamemode-ul insa cauta urmatoarele : - OnPlayerSpawn - SetPlayerSpawn Acestea 2 garantat iti ofera raspuns. Quote Link to comment Share on other sites More sharing options...
0 M3TrickZz Posted April 19, 2016 Report Share Posted April 19, 2016 (edited) Salut , KoKo iti fac eu un mic tutorial -> Dai CTRL+F si scrie function SetPlayerSpawn(playerid) , mai jos ai asa PlayerInfo[playerid][pSpawnLoc] = 1; SetPlayerInterior(playerid,0); SetPlayerPos(playerid,1497.0394,-1570.9950,67.2109); La SetPlayerPos in loc de coordonatele ( 1497.0394,-1570.9950,67.2109 ) pui coordonatele tale , adica unde vrei sa se spawneze playeri ... Sper ca te-am ajutat ... Edited April 19, 2016 by M3TrickZz Quote Link to comment Share on other sites More sharing options...
Question
KoKo
Salut,vreau sa schimb spawn-ul depe gamemode-ul NQGAMING si tot nu gasesc unde sa schimb la AddPlayerClass Asta scrie:
// Player Class's
for(new i = 0; i <= sizeof(Peds)-1; i++)
{
AddPlayerClass(Peds[0],1958.3783,1343.1572,1100.3746,269.1425,-1,-1,-1,-1,-1,-1);
}
Vreau sa pun coordonatele astea:
836.2215, -2064.2683, 12.5041
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.