Search Results
This is a really nice plugin... Why don't finished 0.3 version?
2,725
I thought it is 3DText:Create3DText, but it is Text3D... Thanks
110
But try it... I don't know if it works or not in this case, so try it
291
pawn Код: new PlayerSpawned[MAX_PLAYERS];public OnPlayerSpawn(playerid){    PlayerSpawned[playerid]=true;    return 1;}if(PlayerSpawned[playerid]) ...
152
But you can circumvent it Run Aero Diagnostic and it will say that Desktop Window Manager is disabled, and automatically enables it. (Look at my signature: Sorry for my bad english :P)
163
For check if a variable set pawn Code: #if !defined VARNAME#error Error Message#endif
194
Yes thanks Quote: Originally Posted by MP2 This may be what you're looking for, I'm not sure: https://sampforum.blast.hk/showthread.php?tid=77000 But, there's any function to get an o...
186
I didn't copy it, and your code will add one parameter. I want more...
186
pawn Код: CallLocalFunction(func, parameters, cmd[0], cmd[1], cmd[2]); // I defined func and parameters before Like this. But the number of cmd is various.
186
For example: pawn Код: for(new i; i<5; i++){    CallLocalFunction(something, something, something[i]);} It works but it calls the function 5x. I want to call once... Is this possible?
186
https://sampforum.blast.hk/showthread.php?tid=323193 It has ListFiles(path[]); function
129
LoL [12:39:05] Starting... [12:39:05] Number of vehicle models: 0 [12:39:06] One second has passed, and server shutting dowm. LoL ever shows: [12:49:13] [debug] Run time error 20: "Invalid index pa...
2,876
NOT a Public Function!!! Can you read?
152
i know how to call the functions, but how to make NOT public functions? something OnSomethingHappens()
152
I saw in some threads a function like this pawn Код: something OnSomethingHappens(){} I hope you unterstand what i want to do, if not, post, and i will try to explain :P
152
Quote: Originally Posted by ShadowOwner pawno fails at my computer, when i start it, it says: "failed to set data for" plz help me Run as administrator
99
Remove the first return line. You returned in 'for' so the functions only applied to ID 0.
46