Search Results
It's R41-4. But I've changed to cache_get_value_name_int and now is ok.
102
Hello, maybe you can tell me what's wrong with this code? Because I can't find a mistake Код HTML: new String[30]; for(new i = 0; i < MAX_INVENTORY_SLOTS; i ++) { format(String, sizeof(Stri...
102
But how to get a list of used trailers?
182
HTML Code: new trailerid = sizeof(TruckTrailer); for(new vehicleid; vehicleid <= GetVehiclePoolSize(); vehicleid ++) { if(!IsTrailerAttachedToVehicle(vehicleid)) { SetVehicle...
182
Hello guys, I was searching for the answer of this question in older threads, but didn't found it. My question is how to respawn all FREE trailers, I mean all trailers, which didn't attached to the v...
182
Thanks, and sorry for my stupidity level over 9999
214
Hello, exactly one hour I'm trying to fix this error, I've tried a lot of different options, but still the same.. Код: GetPlayerPos(playerid, PropertyPos[0], PropertyPos[1], PropertyPos[2]); for...
214
Quote: Originally Posted by Sabur it's been years since i coded but i think this will work. pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){  Â...
234
I want to get ONLY his name after player choose it in OnDialogResponse
234
Hello my friends. I have one question for you, as example I have dialog (DIALOG_STYLE_LIST): 1. Nick_Name (OFFLINE) 2. Name_Nick (ONLINE) 3. One_More (OFFLINE) and when playerid responses 1 ID list...
234
Quote: Originally Posted by iLearner Maybe you've set more then a timer, it happened to me once. No :/ EDIT: fixed it
108
Hi all. When I set my timer on GameModeInit with repeat every 1 second, it repeats every ~0,5 seconds. Код HTML: SetTimer("Second", 1000, true); f_public: Second() { new String[30]; for(new i...
108
HI all. Can someone tell me why when I clicking on a textdraw, colored boxes sometimes hides from screen, sometimes shows. ShowFishingTextDraws(playerid); I'm using just once, but when I click on the ...
76
Hi all, as I know I can use LIST dialog type as a inputtext when player response. So how I can get player names string on this example?
96
Hi everybody, maybe somebody knows why crashdetect prints in server log this errors? Код: [17:05:19] [debug] Run time error 4: "Array index out of bounds" [17:05:19] [debug] Accessing element at ...
80