Search Results
You do this: ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, ""RED"[EsF]Server Commands", bigstring, "OK", "Next"); And then OnResponse If he presses the other button, it will show anot...
135
Is it a dialog, or a SendClientMessage?
135
How can I make the gta guns shows in a textdraw like how people do it on TDM/DM server buying you see a heart, armour, guns etc.
100
Is it possible to make two radars? Like the left one in the bottom? Showing/Hiding/Destroying, possible to scretch it not really needed, but you can. Can you please help me?
73
I did: pawn Код: CCpValidate(playerid, 1, 1852.5444,1271.1165,10.7437, 2.5); pawn Код: stock CCpValidate(playerid ,cpid, nextx, nexty, nextz, nextrange){    if(Ccp[playerid] < 17 &&a...
169
So I have to but on onPlayerEnterCheckpoint All 17 checkpoints under neath each other?
169
@Battlezone, Well no problem I can use any method... @Rittik can you show me how to do that?
169
Read the title: pawn Код: public OnPlayerEnterCheckpoint(playerid){    if(Ccp[playerid] == 1)    {        DisablePlayerCheckpoint(playerid);        Ccp[playerid] = 2;        SetPla...
169
pawn Код: public OnPlayerText(playerid, text[]){    new string[128];    format(string,sizeof(string),"%s: %s",RemoveUnderScore(playerid),text);    ProxDetector(15, playerid, string, COLOR_WH...
108
Codes: pawn Код: #define WAIT_TIME 60000new StreetSweeperCar[8];new stimer;new SweepDoAgain[MAX_PLAYERS];// My vars.// Creating cars.    StreetSweeperCar[0] = AddStaticVehicleEx(574,2481.6001000...
71
Its not wrong if its engine == 0 it would set it too 1 and else engine == 1 then it would make it 0.
127
Well @d3ll its not working, I press 2 or /engine it says you started the engine nothing started then I did it again engine is off then it started I had to press twice.
127
Error: Код: F:\Mustafa\Dutch-RealLife\gamemodes\Haci.pwn(1047) : error 028: invalid subscript (not an array or too many subscripts): "engine" F:\Mustafa\Dutch-RealLife\gamemodes\Haci.pwn(1047) : w...
127
My super duper awesome code: pawn Код: CMD:engine(playerid, params[]){    if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)    {        new vehicle = GetPlayerVehicleID(playerid);    Â...
127
Last checkpoint he enters for the drivers license test. pawn Код: if(Ccp[playerid] == 17)    {        new Float:health; //Car Health        new vehicleid = GetPlayerVehicleID(playerid); ...
79
Can you explain it better and with |[PAWN]|? BEcause I really don't get a crap out of it. This is my code for the speed: pawn Код: public Speedometer(playerid){    new vehicleid,Float:speed_x,...
127