Search Results
well i got it fixed, thanks anyways
110
Quote: Originally Posted by ikey07 pawn Код: new Float:PropertyLocations[MAX_PROPERTIES][23][3] = {{2074.0938,1911.5242,14.0569},{2181.8872,1285.7103,42.9215},{1911.3168,1513.4478,14.1...
110
the error: C:\Users\קוסטה\המשחקים שלי\GTA San Andreas\GTA San Andreas\gamemodes\WAR.pwn(197) : error 052: multi-dimensional arrays must be fully initialized Pawn compiler 3.2.3664 C...
110
UP* sorry for double post if it's not allowed
65
aaaaaaaa lol thanks.. i didn't understand where do i put the sin and the 180 degrees? thanks
65
Hey, I created a command that summon some pet, which can attack /attack [id] if the object is in some distance from the player, he will lose HP. but i've a problem with the rotation, how can i set t...
65
There is an object like a blue light or something? thanks.
83
thanks, i didn't found it on wiki EDIT: oh yeah, and there is a function to get vehicle color?
90
Hi, How to indentify array length? I know in Java it's arrayname.length; but how it's in PWN?
117
No, you didn't understand this well.. when i use this : if(text[0] == '#') this works, but when i do if(text[0] == '%') this won't work same as if i do if(strcmp("%',text[0],true) == 0) and Kyosaur!...
100
Hi, I tried to create a command that only people from the clan union will can see, Код: if(text[0] == '#') { new unionname[256], clanname[256], iname[MAX_PLAYER_NAME], iclanname[256], iunionna...
100
^^ well I used strcmp, here is the code|: Код: for(new id = 1; id<=MAX_CLANS; id++) { clanname = GetClanName(id); format(cfile, sizeof(cfile), "Blat/Clans/%s.txt", clanname); ...
256
thx MadeMan, and jameskmonger, this thing used only for numbers no?
256
How do I check if one string equals to another one? thanks,
256
doesn't work =[' EDIT: works , thx.
166
i got windows 7, when i was working with windows xp, i could to '/Save' and then it was creating a file named 'savedpostitions.txt', as it should be but now when i got Windows 7, it isn't creating, an...
166
new teleport[256]; teleport = strval(tmp2); rror 033: array must be indexed (variable "teleport")
72