Search Results
Quote: Originally Posted by XeonMaster PHP код: public OnPlayerSpawn(playerid) {     for(new i = 0; i < MAX_PLAYERS; i++)     {         if(GetPlayerTeam(i...
194
Quote: Originally Posted by TonyII https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer Quick example: pawn Код: for(new ...
194
Quote: Originally Posted by TonyII https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer Quick example: pawn Код: for(new ...
194
Quote: Originally Posted by DonaldDuck First fix your english, i cant even understand you. When a player selects a team, he can only see his teammates on the map, and only the names of ...
194
Quote: Originally Posted by DonaldDuck First fix your english, i cant even understand you. Yes I have bad english but try to understand me, I want when player choose team he can see onl...
194
I want when player choose class (team) he can see only he's team in the map (markers) and names (name tags). Edit because my bad english: When a player selects a team, he can only see his teammates o...
194
I want only my team players can see my marker and tagname, how to do it? I try but faild...
74
My vehicles server sometimes bugged like fly or blowup or stand on the air... how to fix it? and sometimes when player kill me in the server I am still alive and can run and shoot how to solve it?
43
Quote: Originally Posted by iLearner What the hell is that. I see in tut how to make team vehicles, and do only the team can use thier vehicles but it's dosen't work...
97
Quote: Originally Posted by FailerZ You need to loop through all the players and get if the player team equal to any other player team. Example: PHP код: CMD:action(playerid) //IÂ...
63
Quote: Originally Posted by FailerZ Add/Replace to the following PHP код: CMD:steal(playerid) {     new Float:x, Float:y, Float:z;     GetPlayerPos(playerid, x, y, z);...
113
Quote: Originally Posted by FailerZ Here is a mini tutorial: (You can still copy paste but I suggest you to understand it) PHP код: //On top of your script new StealTimer[MAX_P...
113
How to make a timer when I use CMD the cmd wait few seconds and after that preform the action? Like steal timer... +Rep helper
113
I am trying a lot to make a team vehicles and when player did something all the team eran money from that... Someone can help me with this please?
63
Quote: Originally Posted by FailerZ Use this to loop through all the players: PHP код: //Under OnGameModeInit for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++) {  ...
176
Quote: Originally Posted by mongi We need to see your codes to know why they don't change Also We can't know how your game mode work to help you to code it. (Variables and so on) Also thi...
176
Quote: Originally Posted by FailerZ Just loop through all the players and save their stats OnGameModeExit EDIT: another solution would be if you have a scripted command to reset the serve...
176
How to save player stats after auto restart/normal restart/gmx restart? I did register system but it's not save my stats when the server make a auto restart or I do the restart... +Rep to helper!
176