Search Results
use this http://dev.prineside.com/en/gtasa_gangzone_editor/ u can create your gangzone then get xyz of it and place it with the codes like this https://sampwiki.blast.hk/wiki/GangZoneCreate
200
PHP код: public OnPlayerSpawn(playerid) {         SetPlayerPos(playerid, X, Y, Z); //change X Y Z to your location, u wanna set         return 1; } 
208
go to task manager > processes and there will be gtasa.exe click end process and run the game again
165
it's not an error just launch the game again and it will open
165
i have made like this : PHP код: static count = 0; new Text:teamjointd[4]; public OnPlayerRequestClass(playerid, classid) {     for(new i = 0; i < 4; i++)     {    ...
237
it's request spawn not request class EDIT: do i have to make textdraw again and again like make textdraw for ballas then grove and vagos and aztecas can't it can be done with one textdraw
237
bro can u do it with my codes because i don't get yours it's hard to understand in your style
237
i made textdraw that is like, when i join as BALLAS it will show textdraw of it that will be like "Player has joined as BALLAS" but when i joined another team like GROVE so it should move the BALLAS t...
237
Quote: Originally Posted by Lokii PHP код: static const TeamNames[][] = {     "BALLAS", "GROVE", "VAGOS", "AZTECAS" }; new pname[MAX_PLAYER_NAME], gname, string[128];Â...
305
ok let me script it stay online pls maybe i need your help EDIT: i'm using SetPlayerTeam PHP код: if(gTeam[playerid] == 0) //ballas     {         SetPlayerTeam(playerid, BALLA...
305
use this https://sampforum.blast.hk/showthread.php?tid=282801 just point the camera where u want it to be and click Copy CameraLookAt() Coords and then press CTRL + V and u will get your coords
250
as i said i don't want to remake it again and again i just wanna get their team like using GetPlayerTeam as same as we do GetPlayerName and just type %s for it i want same thing with the gang thing to...
305
Quote: Originally Posted by CodeStyle175 PHP код: #define BALLAS       0  #define GROVE       1  #define VAGOS         2  #define AZTECAS     3  ...
305
i have made 4 gang and i wanna make message like when someone connected to the server and then he select the gang for an example: he spawned as GROVE so there will be a message that will show to all p...
305
new bool:registerz on top of gamemode
268