- 0
Problema Spawn
-
Similar Content
-
- 3 replies
- 192 views
-
- 1 reply
- 160 views
-
- 1 answer
- 467 views
-
- 6 replies
- 514 views
-
- 4 replies
- 450 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
kiLLers10
Problema intalnita (descriere): Am casa cumparata dau /changespawn si tot la spawnul obisnuit ma respawneaza .
Ero(area / rile) / warning-(ul / urile): nu primesc
Liniile de cod / sursa / script-ul(obligatoriu):
forward LoadPlayerSpawnData(playerid); public LoadPlayerSpawnData(playerid) { for(new i = 0; i < sizeof(ApartmentInfo); i++) { GetPlayerName(playerid, plname, sizeof(plname)); if(strcmp(ApartmentInfo[i][sOwner], plname, false ) == 0 && ApartmentInfo[i][sSpawn] == 1) { SetPlayerPos(playerid, ApartmentInfo[i][sEnterx],ApartmentInfo[i][sEntery],ApartmentInfo[i][sEnterz]); } } TextDrawShowForPlayer(playerid, ServerTimeTXT); SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]); SetPlayerPos(playerid, 1743.0449,-1861.1635,13.5779); SetPlayerHealth(playerid, 100); SetPlayerInterior( playerid, PlayerInfo[playerid][pInterior] ); SetPlayerVirtualWorld( playerid, PlayerInfo[playerid][pVirtualWorld] ); }
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: da
9 answers to this question
Recommended Posts