Search Results
Thank you for your suggestion.
124
Clever ,but: Код: "variable cannot be both a reference and an array"
124
How do i define and use functions with a string as the return. With this i have one error in the main script ( argument type mismatch) (no errors in FS): Код: foreign getSomeString(); global ge...
124
If you have "RemoveBuildingForPlayer()" in your script and you delete it. After you recompile your mode (+ "GMX" ) and player doesn't leave (/q or "Exit Game") the game ,buildings wont show up for pla...
99
You are right ,I have mislead you. I'm sorry. I do get "33554432" for slot number 25 and not 0. So, how do i get around that ?
110
Thanks! Guess it happens when you are not consistent with your programming style.
110
When i load in data from file to BitArray everything works fine ,but when i use Bit_Let in a command i get "33554432". Bit_Vet works fine. This only happens with one variable. ( All other bit arrays ...
110
I had the same problem. I used "CreateDynamicObjectEx" and it worked fine.
83
Care to post your code here ?
104
You are comparing int or float to bool. Use 1 or 0. Or this #define False 0 #define True 1
73
*sorry for DP i removed all my filterscripts and now it works fine.
86
maybe you want to change host name in server.cfg Код: hostname MyGameModeblabla
152
Код: SetGameModeText("MyGameMode");
152
*bump i have exactly the same problem it won't work even with simple script Code: CMD:test(playerid ,params[]) { SetPlayerAttachedObject(playerid ,0 ,19006 ,1); EditAttachedObject(playerid ,...
86
id given on creation(server vehicle id) ,i believe first lowest number available
180
Is there any way to force specific ID to a vehicle or to change it.
180
that's the problem ,if player did not waste any of his ammo it will show same stats as like he wasted it all even if i use SetPlayerAmmo and then GetPlayerAmmo i get same result edit: i solved probl...
114
*bump i found out that same thing happens with GetPlayerAmmo and if you waste your ammo and check for WeaponData, ID of item is 'saved' (it doesn't change ,it should be 0) soo how can i update and sa...
114