Search Results
are you placing these on a custom map, if so that could be the problem?
168
did u define dcmd at the top of the script?
112
idk, this was more a suggestion, go to the fuction list and select their SetPlayerSkin and do what they want in the brackets, otherwise send player back to class selection on death.
230
omg you werent meant to copy that code. it was a guide. some things require capital letters and so on.. o thought u knew how to script a bit.
230
Quote: Originally Posted by AlbanianGuy Quote: Originally Posted by bluray um u could do a like a strcmp blah blah /reclass teamb go gTeam[playerid] = TEAM_GROVE; and also set...
230
anyone please, sorry for the bumb but its been a couple of days .
118
u need an automatic gate. with a time there are many tutorials for it just search. basically like every second the timer checks if the player is near the point. with PlayertoPoint, or getdistancetopo...
130
if your making one its quite easy. two ull need a checkpoint streamer or another command like i have. this is best to make on player spawn. first onplayerspawn Код: SetPlayerCheckpoint(playerid, ...
87
also how bout stealling one of the creatobject x, y , z so then ull get the co ord. but remember u need to alter it a bit otherwise ull be stuck in the object.
131
um u could do a like a strcmp blah blah /reclass teamb go gTeam[playerid] = TEAM_GROVE; and also set player skin to whatever it is. u could also respawn the player and then all the correct adjustment...
230
just do a if command. the easiest way like i do is check their score. like onplayerdeath if you have set the score to minus 1. then check if player score does not equal 0. or even check the money. the...
74
oh i know why. he prob replaced his entire code with your one so now its not showing. u still need to add the created text and the attach text to player.this code simply like updates ur code every 5 s...
143
wait so basically u want us to do everything for u. just to get a admin spot with no money sorry but good luck.
106
very nice map. only if real life license centers were this good unlike their current state
642
where is this code place. if its onplayerspawn. thats why its not working. ur best bet as the ping always changes is to make a timer. or im not sure but u could try onplayerupdate.
143
change that to : Код: if(!GetPlayerState(playerid) == PLAYER_STATE_DRIVER) return SendClientMessage(playerid, COLOR, "You are not the driver"); otherwise the passenger will change things in the c...
123
Quote: Originally Posted by FS}Nameless [LDR ] @XRVX lol fail advice you can get mta and make a int somewhere out in the San Andreas area where theres nothing but water and use a map conv...
145
i think he means that he gets the message "SERVER: UNKOWN COMMAND" if that is it this is how to fix it Код: Public OnPlayerCommandText { if(strcmp, /thisthis, cmdtext, true) == 0) { ...
184
um not really sure what u mean but create vehicle works better if you want to use a vehicle id. also the car can be destroyed to.
71
ok i was told according to wiki io_write overwrite things already in file. and io_append writes fine. The problem is. in my text file i get this: Код: Ray npc1 npc1 npc1 ray craig i get the name N...
118