Search Results
Use map editor located in Tools subforum, it has support for 0.3d objects.
50
It sends the message, but there's no checkpoint anywhere.
38
Still, it should show on the minimap.
38
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Â...
38
pawn Код: public OnPlayerEnterCheckpoint(playerid){    if(IsPlayerInRangeOfPoint(playerid, 5, -2105.5925,-2403.5745,31.3825)){        if(pRouteStatus[playerid] == 1 && pRoute[playeri...
38
Use xfire in-game web browser (Scroll Lock + W)
58
Player is not in a vehicle. Make a loop that goes through all the cars and checks if the player is near Shamal.
31
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?
200
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...
84
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...
20
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...
27
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.
28
pawn Код: format(pInfo[mdcID[playerid]][pWantedFor], sizeof(pInfo[mdcID[playerid]][pWantedFor]), "%s", inputtext); Код: D:\SAMP\Server\filterscripts\updates.pwn(461) : error 001: expected tok...
28
Is it possible to get a name of the color from an ID? Like, GetColorName(0)... returns "Black" etc.
43
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?
38
Here it is pawn Код: public SetVehicleParamsForAll(carid,objective,doorslocked){    for(new i=0; i<MAX_PLAYERS; i++)    {        SetVehicleParamsForPlayer(carid,i,objective,doorslocked)...
53
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)    {  ...
53
I have to make a timer for that, right?
53