Search Results
dude just an advice never use Strcmp and look out for ");" because you miss them and for "}" too.
70
BUMP!!! GUYS!! I also found my problem! I tried turning my internet off ( credits go to my friend for telling me to do that XD) and I tried running sa-mp server. It worked. So now that I know I can...
215
Hello SA-MP community. I was thinking about something unique to do in a server: Vehicle exchange. Now, I have tried some ways to do it, but definetly couldn't make it. First I have made an IsPlayerI...
47
Hello. Including YSI\y_ini to my gamemode makes it crash. I decided to make a new gamemode and just add #include <YSI\y_ini> to it. I want to mention that I put YSI (folder) and YSI.inc in pawno...
215
Yes! Don't know what to do Every INI works but not YSI
105
nu mai face cate un topic daca nu primesti ce vrei. oamenii incearca sa te ajute, dar tu nu le dai ce le trebuie si faci alt topic degeaba. [ stop posting the same topic when you don't get what you wa...
132
http://lmgtfy.com/?q=sa-mp+no-respawning+car Really.. have you heard of ******? There are lots of topics about it
89
BUMP!!! Again : when I use #include <YSI\y_ini> my server will open for a sec then close! Please help me, I need help!!!!! Contact me : junkiez.doriftar (skype) if you think I didnt install it g...
130
pawn Code: CMD:aduty(playerid, params[]){if(IsPlayerAdmin(playerid))//if(PlayerInfo[playerid][pAdmin]>1){SetPlayerHealth(playerid, 999);}else{SendClientMessage(playerid, RED, "you're not admin etc...
142
Try pawn Код: new Float:x, Float:y, Float:z ;
141
You forgot to return 1; the first command. pawn Код: CMD:troll(playerid, params[])    {        if(IsPlayerAdmin(playerid))        {            new string[128];            ne...
238
Hi zack. It's me juNkiez from minecraft if you remember me. Friends with noah xD! Please switch to ZCMD. Strtok or whatever its called is very slow. Also, post the lines number
238
I though a kick command is to kick people... What you're trying to do ? I didn't understtand...
347
Please contact me and we will solve this for sure. Skype:junkiez.doriftar.
218
Also add this on OnPlayerDeath if you don't have it: pawn Код: PlayerInfo[playerid][pDeaths]++;PlayerInfo[killerid][pKills]++; // increase kills by 1 Код: This forum requires that you wait 1...
218
If you have a register system (else this wouldn't work): pawn Код: if(PlayerInfo[playerid][pKills] == 10) { //your code ... // you can add PlayerInfo[playerid][pKills]++; so you don't get bugs li...
218
Hey. So I have got Y_INI and full YSI , tried everything, but including Y_INI crashes my server. Everything I did with Y_INI came out with no compiling errors. Basically 0 errors on my whole script....
105