Search Results
Hello i have Код: if(strcmp(cmd, "/rentcar", true) == 0) { if(IsPlayerConnected(playerid)) { if(GetPlayerVehicleID(playerid) >= 104 && GetPlayerVehicleI...
88
Quote: Originally Posted by Davz*|*Criss I think it's not released in the Gamemodes Section. I think same , but realy need that :P I can give something for this GM
111
Hello , i dont know is that right section , but i searched Boune county RP gamemode but zero ? Can some1 share , or give a link where i can download ? Thanks... Helper gets +rep
111
Код: MISSING BRACKET: The { bracket on line 6774 does not have a pair! MISSING BRACKET: The { bracket on line 8021 does not have a pair! MISSING BRACKET: The { bracket on line 8029 does not have a...
134
Hello , i just added that to OnPlayer OnPlayerKeyStateChange..And its crashes Код: if(newkeys & KEY_SECONDARY_ATTACK) { if(IsPlayerConnected(playerid)) { new Float:shax, Float:s...
134
Quote: Originally Posted by NiZ If I don't remember wrong, the default server package has pre-recorded train bots around SA? no ?
88
Does some1 got fs or somethig , where trains driving around ls ..
88
Quote: Originally Posted by Delux13 pawn Код: Speed = floatmul(floatsqroot(floatadd(floatadd(floatpower(X, 2), floatpower(Y, 2)),  floatpower(Z, 2))), 100.0); This one. Oh yeah i c...
127
Quote: Originally Posted by Norck Try this one: pawn Код: // put this in your OnPlayerKeyStateChange callbackif(newkeys & KEY_SECONDARY_ATTACK){    new string[128];    for(new ...
159
Quote: Originally Posted by Norck I haven't seen your command, but apparently yes, the body of your `/enter` command. I moved but my pawno crashes then ... there is code : Код: if(...
159
Quote: Originally Posted by Norck Did you put this code to the OnPlayerKeyStateChange callback? I have to move full comand to OnPlayerKeyStateChange ?
159
Код: public CheckStatus() { for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(IsPlayerInAnyVehicle(i)) { if(TextShow[i] == false) { /*TextDrawShowForP...
127
Quote: Originally Posted by Norck pawn Код: // OnPlayerKeyStateChangeif(newkeys & KEY_SECONDARY_ATTACK){    // code of the /enter cmd here} I get error Код: C:\Documents ...
159
I want make /enter to KEY_SECONDARY_ATTACK , but how , i searched .. But no thing ?
159
Quote: Originally Posted by Gagi_Corleone You forgot to put a bracket. Try this: Код: if(!strcmp(cmd, "/hotwire", true)) { if(PlayerInfo[playerid][pJob] == 5) { if(e...
85
Quote: Originally Posted by G4M3Ov3r PHP код: if(!strcmp(cmd, "/hotwire", true))     {         if(PlayerInfo[playerid][pJob] ==! 5)         {        Â...
85
Quote: Originally Posted by Gagi_Corleone KEY_SECONDARY_FIRE is not for F you can use KEY_SECONDARY_ATTACK Iknow , i have KEY_SECONDARY_ATTACK but its not working , i have to write /en...
295