Search Results
pawn Код: if(!strcmp(params, "health", true))    {        if(!strcmp(params, "health", true) || !strcmp(params, "SDay", true)) return SendClientMessage(playerid, COLOR_GREY, "The day is alre...
80
pawn Код: if(!strcmp(params, "health", true))    {        if(params == "health" && SDay == "health") return SendClientMessage(playerid, COLOR_GREY, "The day is already on day of good...
80
You know above the players head its like PlayerName(PLAYERID) eg. Bob_Jones(12) How do you hide that stuff if you want to create a label above their head?
73
Quote: Originally Posted by clarencecuzz No I didn't? pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(newkeys == KEY_SECONDARY_FIRE)    {        if(...
183
Quote: Originally Posted by Ultra-Gaming he missed out the _ This if (newkeys == KEY SECONDARY FIRE) To if (newkeys == KEY_SECONDARY_FIRE) No I had the _..
183
Quote: Originally Posted by clarencecuzz Oh sorry, I'm thinking of OnPlayerKeyStateChange. Give me a second and I will edit this post. EDIT: I'm still confused as to what you're trying to...
183
Quote: Originally Posted by clarencecuzz KEY_SECONDARY_FIRE You missed an 'A'. EDIT: Full code pawn Код: if (newkeys == KEY_SECONDARY_FIRE)        {            if(GetPlayer...
183
pawn Код: if (newkeys == KEY_SECONDRY_FIRE)        {            if(GetPlayerInterior < 1) return cmd_enter;            else if(GetPlayerInterior >= 1) return cmd_exit;    Â...
183
Nah it just stays outside the garage. Like the Garage Icon thing.
134
Could anyone tell me why the vehicle still decides to not enter the garage.. pawn Код: for(new idx=1; idx<MAX_GARAGES; idx++) // Dynamic Garages    {                        if(IsP...
134
pawn Код: CMD:stretcher(playerid, params[]){    new seatid, playerb, string[128];    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first bef...
84
Thank you so much man, answered the question perfectly, + rep.
76
Okay, so I've created the base of a garage system for my self, I don't know how to setvehpos, basically at the moment you type /enter at the garage spot and you enter by your self, how can i make you ...
76
Quote: Originally Posted by [A]ndrei O_o then give more deatails please. I want a command that when you type /god you won't take damage. Quote: Originally Posted by axxelac ...
271
That isn't what i wanted..
271
How could i make a command like /god that when I activate it, i won't loose health? Sounds simple ish but not really sure.
271