Search Results
No! I just want to check in the variable enum: Player if the Rope1, Rope2, Rope3. Player[playerid][Rope1] etc... -_- Someone know the problem?!
104
for(new i = 1; i < 4; i++) { new p[128]; format(p, 128, "Rope%d", i); if(Player[playerid][p] != 0) ...
104
Its not good, Its takes the number not the Ropenumber.
185
I'll give rep to the person that can help me.
185
Check if you have in the mode: main() { } if not, add it.
124
format(var, 128, "%s", ("None")); Ex: format(var, 128, "%s", text);
104
But I need in the Player enum. Player[playerid][p] < Like: Player[playerid][Rope1] Player[playerid][Rope2] Player[playerid][Rope3] I want to check what isn't available, if its founded so will hap...
185
PHP Code:                     for(new i = 1; i < 4; i++)                     {                         new p[128];    ...
185
More options? - And can you give me the thread of it? I didn't find it.
77
Please give me tips to reduce resources(and examples if you can).
77
Example: I want to do if someone did /respawn so it's will write in his file "Respawn = 1", but when the server shutted down, it's will set all users(oflflines) the key "Respawn = 0"
143
I want to change some key in file to all players offline, how can I do it?
143
Quote: Originally Posted by Sinner use the strlen function (counts the length of a string), for example: pawn Код: if(strlen(cmd) > 8) return SCM(playerid, Default, "{E60000}[Error...
153
Hello. I have a question about some important subject. I want to fix it by your help, and that's: If player write long number(9 numbers+) in the text like: 3333333333333333333333333333333333 1234234...
153
Hello. Where is the streamer include that people doing CreateDynamicObject... CreateDynamicPickup... Where can I get it? and, it's good from crashes and lags?
47