Search Results
Im trying to copy rp engine system,
Like /engine or shift
242
Quote:
Originally Posted by Don Correlli
Read carefully the text on this page.
I have
242
Now i have to press Space for the message,
I want it for shift
242
Does anyone know a good tutorial on dudb/ini thats good and works,
1 or 2 different ones will do, But i want a tutorial that shows me how to make,
Login and Register, And how to make it save Score, Mo...
168
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){if ((newkeys & KEY_JUMP) && !(oldkeys & KEY_JUMP)){if (IsPlayerInAnyVehicle(playerid)){SendClientMessage(playeri...
242
pawn Код:
new name[24];GetPlayerName(playerid,name,24);if(strcmp(name, "Torran", false) == 0){label[playerid] = Create3DTextLabel("Administrator & Owner",COLOR_RED,30.0,40.0,50.0,40.0,0);Attac...
144
Yeah! xd,
One last question,
What colour are ballas cars
332
Quote:
Originally Posted by LeGenDy
or better yet setvehicle health to a real high number that wont make em destroy eaasy
[code
new vehicleid = GetPlayerVehicleID(playerid);
SetVehicleHea...
332
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){ new string[50]; format(string, sizeof(string), "~g~You entered vehicle: %i", vehicleid); GameTextForPlayer(playerid, ...
156
At all,
Suppose i could use https://sampwiki.blast.hk/wiki/RepairVehicle
Werent thinking of that earlier,
Also another question, Ballas = What cars do they drive
332
Quote:
Originally Posted by LeGenDy
Yeah it is possible Well Ballashang out if u mean their Hood? i will say PigPen
and Well i had a Little Bug that made some cars invisible but they wer...
332
Quote:
Originally Posted by kmzr
These are the simplest of errors to fix, use the search function and find out what causes the above errors.
I know what causes them, I know what they me...
322
Im making a Team Deathmatch, And i have 2 questions,
1st Question: Where is Ballas Hangout?
2nd Question: Is it possible to make a car invincible
332
Quote:
Originally Posted by Don Correlli
How about if you learn PAWN basics first? You're asking too much questions on the forum, you're 1st in "Top Topic Starters".
You can't expect other...
322
pawn Код:
dcmd_tazer(playerid, params[]){ new id; new name[MAX_PLAYER_NAME], string[48]; if (strlen(params)) { id = strval(params); if (IsPlayerConn...
322
pawn Код:
dcmd_tazer(playerid, params[]){ #pragma unused params new giveplayer[MAX_PLAYER_NAME]; new sendername[MAX_PLAYER_NAME]; new string[256]; if(IsPlayerConnected(player...
166
Im on a computer without pawno or gtasa atm so i cannot test it,
pawn Код:
dcmd_tazer(playerid, params[]){ if(gTeam[playerid] != TEAM_POLICELS) { SendClientMessage(playerid,COLOR_RED,"[ERR...
166
Quote:
Originally Posted by Joe Staff
I've seen motorcycles like the HV1000 used for paramedics, they were white and yellow, not white and black (or paramedic pink )
On San Andreas or i...
336
1. Put it outside your callbacks
2. Use the sscanf link KnooL provided
3. Put dcmd(notice, 6, cmdtext); in OnPlayerCommandText
4. Replace COLOR with 0xFFFFFFFF
Just to get you going
Btw still use th...
155