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...
762
Vocк pode tambйm diminuir a opacidade da cor do jogador:
Code:
SetPlayerColor(playerid, 0xFFFFFF00);
Ou https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
564
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...
817
"
Код:
format(LineForFile, sizeof(LineForFile), "TruckerRank %s\r\n", APlayerData[playerid][TruckerRank]);"
fwrite(PFile, LineForFile); // And save it to the file
format(LineForFile, sizeof(Lin...
763
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 ...
795
It is not possible with zcmd, since it creates a public function with the address / title command.
456
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
834
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...
2,500
PHP код:
if(newkeys & KEY_CTRL_BACK) //INCHIDE TELEFONUL
   {
       return cmd_hangup(playerid, ""); //<---
   }
   if(newkeys & KEY_YES) //RASPUNDE LA T...
413
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,...
1,194
objective = 1 (Yellow arrow floating above the vehicle).
Код:
SetVehicleParamsForPlayer(vehicleid, playerid, objective, doorslocked)
1,194
Agкncia ficou show, serб que dб pra mandar currнculo?
2,201
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 ...
361
After changing the textdraw
PHP код:
TextDrawTextSize(TDEditor_TD[17], xgaz, 0.0);TextDrawHideForPlayer(playerid, TDEditor_TD[17]);TextDrawShowForPlayer(playerid, TDEditor_TD[17]);Â
490
Testa isso:
PHP код:
LineSub(const filename[], const coment[], lineid)Â
{Â
    if (!fexist(filename))
    {
        return 0;Â
    }
    newÂ
       Â...
854
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...
469
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...
985
Did you create a kind of new train line?
1,149
PHP код:
GetVehicleModelName(GetVehicleModel(GetPlayerVehicleID(playerid)))Â
493
