Search Results
Use map editor located in Tools subforum, it has support for 0.3d objects.
144
It sends the message, but there's no checkpoint anywhere.
112
Still, it should show on the minimap.
112
Nah, that's not it. I changed the code and it's still not working. I even tried creating it at 0, 0, 0 but nothing. pawn Код: if(pRouteStatus[playerid] == 1) // If the player is at loading pointÂ...
112
pawn Код: public OnPlayerEnterCheckpoint(playerid){    if(IsPlayerInRangeOfPoint(playerid, 5, -2105.5925,-2403.5745,31.3825)){        if(pRouteStatus[playerid] == 1 && pRoute[playeri...
112
Use xfire in-game web browser (Scroll Lock + W)
166
Player is not in a vehicle. Make a loop that goes through all the cars and checks if the player is near Shamal.
108
Basically, what keeps you playing on some specific server, better yet, on an RP server? Are those the functions, community, friendly admins etc.? Do you prefer smaller or bigger communities/servers?
340
Make an input dialog that shows when a player connects, showing them a random generated number/letter combination, like captcha. Then make a 10 seconds timer, and if they fail to type the code in or t...
264
pawn Код: CMD:pr(playerid, params[]){    if(pInfo[playerid][pRadio] == 0) return SendClientMessage(playerid, COLOR_RED, "[ERROR:] You don't have a portable radio.");    if(pInfo[playerid][pRad...
46
Whenever the text is showed, it's not formatted properly, and I don't see why' not. It should look like this: Electronics Store: Radio Shack Owner: None Entrance Fee: $0 but instead, it shows up l...
58
I use pWantedFor, cause I got used to assigning small letters in enums. Most of the time, p stands for Player, s for Server etc. It's easier to remember.
65
pawn Код: format(pInfo[mdcID[playerid]][pWantedFor], sizeof(pInfo[mdcID[playerid]][pWantedFor]), "%s", inputtext); Код: D:\SAMP\Server\filterscripts\updates.pwn(461) : error 001: expected tok...
65
Is it possible to get a name of the color from an ID? Like, GetColorName(0)... returns "Black" etc.
80
If the song finished, will it go all over again or it "dies"? Also, is it needed to stop the audio stream when the song has finished, let's say with a timer?
78
Here it is pawn Код: public SetVehicleParamsForAll(carid,objective,doorslocked){    for(new i=0; i<MAX_PLAYERS; i++)    {        SetVehicleParamsForPlayer(carid,i,objective,doorslocked)...
121
When I type /lock, police lights and sirens turn off. This is my code, I don't see what's wrong with it: pawn Код: CMD:lock(playerid){    if(GetPlayerColor(playerid) == COLOR_POLICE)    {  ...
121
I have to make a timer for that, right?
91