Search Results
Oh I didn't know they could cause these things
130
It works now, thanks What did you do?
130
I've been experimenting with this for a while now, but i can't figure out why this isnt working! Код: public OnPlayerCommandText(playerid, cmdtext[]) { new vehicle = GetPlayerVehicleID(playerid)...
130
Quote: Originally Posted by HarryKirkby You could put // Round it or /* yea, i know that but i mean when i'm ingame, with another command. (is it possible?)
171
Quote: Originally Posted by backwardsman97 Like all commands or individual ones? individual ones
171
As the title says i've been trying for a while now, but i can't seem to figure it out (got to sleep now, be back tomorrow)
171
pawn Код: if (!strcmp (cmdtext,"/dm1", true))    {        new RandomSpawn;        RandomSpawn = random(12);        switch (RandomSpawn)        {          if(RandomSpawn == 0...
100
Quote: Originally Posted by KennethHoegh Sure - But im also looking for someone to teach me the "basic" commands (as you sar /car gives you an Infernus.) But i cant find any. :/ pawn Ð...
252
I tried with: pawn Код: if (!strcmp (cmdtext,"/nos", true))    {      if(IsPlayerInAnyVehicle(playerid))      {        new vehid;        new vehicle;        vehid = GetVehicle...
292
the game crashes, that's the error with the new code now i don't get errors when compiling, but i crash ingame instead(because of the nos on bike) also, i didn't quite get what you meant with "retu...
292
it still tries to add nos on my bike :S pawn Код: if (!strcmp (cmdtext,"/nos", true))    {      if(IsPlayerInAnyVehicle(playerid))      {        new vehid;        vehid = GetPlaye...
292
i tried some first, i thought it would work, but it ended up giving ALOT of warnings, and a few errors :P bike id's: Код: Horizontal: 581,509,481,462,521,463,510,522,461,448,471,468,586 Vertical...
292
you need to go to the lowest left corner where you want your gangzone created ingame and type /save then goto the upper right corner and do /save you can find the coords in your gta sa install dir i...
163
nice btw, what graphics mod do you use? :3
317
When i try to compile a example script with vehicleid inside it, it tells me vehicleid isn't a valid symbol, wtf should i do?
125