Search Results
Hello all, i started scripting on pawn since 3 weeks, and i'm actually doing pretty well. I'm 19 years old and i'm studying computing/scripting in my first year at university. Actually they teached us...
166
OUPS! careful, it is strmid(FactionInfo[id][fName], fname, 0, strlen(fname),29); instead, you forgot about the last parameter which is the destination's length.
280
Ok understood! i got it now, thanks alot
280
Works fine, but i'd like to know what's wrong with format. I mean in my case.
280
This is the Line 701 that shows errors. PHP код: format(FactionInfo[id][fName],sizeof(FactionInfo[id][fName]),fname);  I tried also: PHP код: format(FactionInfo[id][fName],sizeof(F...
280
Hello all i have a small problem. PHP код: if(PlayerInfo[playerid][pFaction]==0) PlayerInfo[playerid][pRank]="none";  the code above won't work. Error message. Quote: C:\Use...
155
Somewhere in the script i have this, and it keeps saying Tag Mismatch even tho i changed rand to an integer afterward using the floatround function. i know this method is wrong, any advice? PHP коÐ...
161
Those two errors in lines number 779 and 785 are respectively the first and the second ChangeBizInfo, there's no problem with the "BusinessInfo[id][bLocked]"
362
Thanks alot guys, +REP. But could you please solve this problem. The function worked fine for changing the business' name. But not working fine in here: PHP код: if(BusinessInfo[id][bLocked]==1...
362
Actually i have a problem with creating functions, it's a small one don't worry. In my case i want to make a function to update a business 3D text label. I searched everywhere in samp wiki, i found pr...
362
I have this, declared on the top. PHP код: new cNum; INI:ABankNum[NextBNumber](name[], value[]) {    INI_Int("CurrentCardNum",cNum);    return 0; }  And this is used when the pla...
156