Search Results
This game has been hosted, and the download link is removed. P.S : Request for he Forum Moderator to lock this topic.
778
-bump- the above post is my latest code edit still doesn't work .
167
@ luicy i've tried that, i have problem with my function help me with that... Код: antiswear(text[]) { { new chatswear,len; for(new cs = 0; cs < MAX_WORDS; cs++) { /...
167
doesnt work my edited code Код: public OnPlayerText(playerid, text[]) { if(text[0] == '@') { text[1] = antiswear(text[1]); // bfchat with anti swear new string[128]; format...
167
Код: for(new ss = 0; ss < strlen(text); ss++) { text[ss] = antiswear(text[ss]); } >> Error (7187) : error 006: must be assigned to an array
167
i have this function Код: antiswear(text[]) { if((strlen(text) < 3)) { new chatswear,len; for(new cs = 0; cs < MAX_WORDS; cs++) { //check if the word is offens...
167
but my vehicles are not appearing in virtual world....... i used createvehicle in ongamemodeinit.....
95
the normal gta sa objects are not loaded in another virtual world.... my mapped objects appear but default objects not loading......
95
Its the function which fetches the data stored by your query..... name means string, obiously, int means integer amd so on.... just check some example code's usage somewhere and u'll know the purpose ...
123
What specifier should i use for GMT, i used %d it returned 0 and %s it returns nothing....
3,600
my bad,,, thank you i tested it in another host... nice thing bro..
3,600
i get things... unknown even though i placed it in the scriptfiles directory....
3,600
atleast can i remove the hydra flares
114
ever wondered that i could remove the hydra flares which is falling down with secondary fire..... and is it possible to add the m4(like in seasparrow) to hydra??
114
I made admin commands which i have tested and working fine in my localhost(my pc), and when i upload it to my host the admin command work for some time and does not work for some time and again it wor...
63
MySQL said: Documentation #1148 - The used command is not allowed with this MySQL version
2,431
Quote: Originally Posted by Konstantinos Extract the .zip and go to pma. Select database, SQL tab and execute: pawn Код: LOAD DATA LOCAL INFILE '/path_to_file/GeoIPCountryWhois.csv' IN...
2,431
i cant query the complete file into the database, actually i am able to upload file sizes high as 200mb and the one we prepared is around ~4.5mb so upload is not an issue for me in pma, but after some...
2,431