Search Results
Vocк criou um objeto dinвmico e quer move-lo como objeto normal. Mude para MoveDynamicObject. O que "PlayerToPoint" retorna? Tente: PHP Code: if (IsACop(playerid)  && PlayerToPoint...
158
Vocк pode tambйm diminuir a opacidade da cor do jogador: Code: SetPlayerColor(playerid, 0xFFFFFF00); Ou https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
100
TRY, compile PHP код: CMD:admins(playerid) {      new count=0, PlayerName[MAX_PLAYER_NAME], rankname[32],color[100];      new list1[256];      strcat(list1, "{FFFFFF}NO\t{F...
173
" Код: format(LineForFile, sizeof(LineForFile), "TruckerRank %s\r\n", APlayerData[playerid][TruckerRank]);" fwrite(PFile, LineForFile); // And save it to the file format(LineForFile, sizeof(Lin...
166
I thought of some things:Write in a txt file the death coordinates of each player (can be useful). Draw a gangzone in a plane environment with little modification in the ground, and generate a random ...
166
It is not possible with zcmd, since it creates a public function with the address / title command.
104
Quote: Originally Posted by Mdivanix i mean i want to create mod with Georgian language but samp or pawn can't read it control panel
156
I had a similar problem, but for the Unreal Engine, I modeled some railroad vehicles and when it came to seeing the interior everything went wrong, I was sad because of the great effort I made and I c...
717
PHP код: if(newkeys & KEY_CTRL_BACK) //INCHIDE TELEFONUL    {        return cmd_hangup(playerid, ""); //<---    }    if(newkeys & KEY_YES) //RASPUNDE LA T...
117
Weird, though interesting.
1,082
Quote: Originally Posted by Kraeror I can't understand you, can you give me the code to attach the yellow arrow: PHP код: pvehicles[0] = AddStaticVehicle(448,2100.3450,-1784.6423,...
278
objective = 1 (Yellow arrow floating above the vehicle). Код: SetVehicleParamsForPlayer(vehicleid, playerid, objective, doorslocked)
278
Agкncia ficou show, serб que dб pra mandar currнculo?
755
Here is a very simplified example If the player is level "7" only one text will be shown, if "5" another type of text will be shown PHP код: CMD:admincmds(playerid, params[]) {     new ...
87
After changing the textdraw PHP код: TextDrawTextSize(TDEditor_TD[17], xgaz, 0.0);TextDrawHideForPlayer(playerid, TDEditor_TD[17]);TextDrawShowForPlayer(playerid, TDEditor_TD[17]); 
155
Testa isso: PHP код: LineSub(const filename[], const coment[], lineid)  {      if (!fexist(filename))     {         return 0;      }     new         Â...
262
Download the map editor https://sampforum.blast.hk/showthread.php?tid=282801 Extract inside gta folder Open it Go to the place where you want the sealing camera to be, position it, look for the opti...
116
Defina o que vocк quer aprender. Desenvolva sua lуgica; ->^ Pesquise, tire suas dъvidas e conclusхes; Leia o wiki-samp sempre que poder; Veja cуdigos de terceiros e faзa anбlises; Crie, pro...
293
PHP код: GetVehicleModelName(GetVehicleModel(GetPlayerVehicleID(playerid))) 
100