26.08.2015, 09:43
Quote:
Where is defined glob0?
What's the prototype of functionB38() (in meaning: what are the formal arguments for it)? Greetings. |
Quote:
So, this function can be executed for non-array arguments.
pawn Код:
pawn Код:
The way I see it, is that it just returns part of string, starting at index of arg1 and ending in space (32) sign, and also assigns the value of variable sent via reference to number of characters returned by this command (length, string not it's size) pawn Код:
Greetings |
Код:
C:\Users\Core i5\Desktop\GRP4 EDITED\gamemodes\grandlarc.pwn(2427) : warning 213: tag mismatch C:\Users\Core i5\Desktop\GRP4 EDITED\gamemodes\grandlarc.pwn(2428) : warning 213: tag mismatch C:\Users\Core i5\Desktop\GRP4 EDITED\gamemodes\grandlarc.pwn(2429) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
Код:
function360(Float:arg0, Float:arg1, Float:arg2, Float:arg3) { for(new var0 = 0; var0 < 200; var0++) { if(!glob0[var0][0]) { glob0[var0][0] = 1; 2427 --> glob0[var0][1] = arg0; 2428--> glob0[var0][2] = arg1; 2429--> glob0[var0][3] = arg2 - 0.6999; glob0[var0][4] = CreateObject(2899, arg0, arg1, arg2 - 0.8999, 0.0, 0.0, arg3 - 90, 0); return 1; } } return 0; }