Search Results
Never tired to try this? pawn Код: if(num_hash(inputtext) == dini_Int(file, "Password"))
153
Quote: Originally Posted by $$inSane nice man Thanks
452
the only part i don't know to convert is fopen in this part pawn Код: if (fexist(file)){     new File:ftw = fopen(file, io_read);     new tmp[5];     fread(ftw, tmp);     pInfo[playe...
92
i have [nl]daplayer's phone system. it uses file to read and save i want to convert to Y_INI i have no idea how. pawn Код: #if PSAVE == 0        do        {            pInfo[playeri...
92
Quote: Originally Posted by GTA_DAM_RUNNER Yea ****** is great scritper He Has got one thing that he has YSI package. but foreach was great. I Use yini/ycmd/foreach etc. +10000 for ******...
165
pawn Код: new string[120], pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, sizeof(pname));if(strfind(text, "How are you?", false) != 1){     format(string, sizeof(string), "%s asks How ar...
104
Quote: Originally Posted by Jack Shred It could be that /setmyscore isn't working correctly, might wanna post that here. Totally the problem here is /rank not /setmyscore. i gave the fi...
120
pawn Код: CMD:rank(playerid,params[]){     if(GetPlayerScore(playerid) >= 0 )     {        SendClientMessage(playerid,GREEN,"Your rank is Rookie!");        return 1;     }   ...
120
update your foreach to new one which can be download here
227
Wrong section, Post it on Scripting Tutorials
114
Do you have GivePlayerMoney code onplayerdeath or do you have filterscript that makes your money lose OnPlayerDeath
160
Why making new thread? you can just bump your old one where i post the solution. Код: You cannot bump the thread at least it was 48 Hours Old You bump your thread just about 5 minutes ago
98
pawn Код: if(!response) return Kick(playerid);
89
I have notice some glitch that may disturb your video after you save it as .avi. See if you edit the video. Ex: i want to put my picture in the song: Sexy and I Know it and put it in the part "*CL...
218
pawn Код: new PMCheck[MAX_PLAYERS];COMMAND:pm(playerid, params[]){    new string[128], pname[MAX_PLAYER_NAME], name[MAX_PLAYER_NAME], id, message[92];    if(sscanf(params, "us[92]", id, messag...
154