Search Results
pawn Код: if(!strcmp(X, Y, true)){  CODE HERE}
120
Mind using [pawn] BB tags? I can't even read that.
118
Quote: Originally Posted by ►►►Peter Corneile◄◄◄ I have seen many people using MySQL but i never thought of or did use it .. I just want to stick with PAWNO PAWNO is a prog...
201
Yeah it would not be that hard, just use a mysql plugin for /login so it checks the forums mysql database for the username and password when logging in.
117
Quote: Originally Posted by Shady91 you havent really posted much info i didnt even finish reading all your post as theres no point post your command code. What do you mean? I posted th...
136
It's been almost 24 hours since my post. Doesn't anyone know?
136
example PM dcmd. pawn Код: dcmd_pm(playerid, params[]){ new otherid, result[256], string[256]; if(sscanf(params, "us", otherid, result) SendClientMessage(playerid, RED, "Usage: /PM [ID] [MSG]");...
89
Alright here is my problem. I just finished modifying 3 commands, /enter, /exit, and /lock. They were only made for houses but today I integrated businesses into them. I'm writing a custom roleplay sc...
136
Haha my bad :P Put that there by mistake. Even so should still work fine with or without it.
139
pawn Код: dcmd_pay(playerid, params[]){  new otherid, cash;  if (sscanf(params, "dd", otherid, cash)) SendClientMessage(playerid, 0xFF0000AA, "Usage: /pay [ID] [Cash]");  else  {    if(GetPl...
139
Alright here is my problem. Two days ago I finished the housing system for my roleplay script. It worked absolutely perfectly and I was quite happy with it. So I started working on businesses and I'v...
43
Here is a link that will help you a lot. http://forum.sa-mp.com/index.php?action=search;advanced
78
If you disable interior exits/enters it will auto disable those red markers to buy stuff also. In SAMP 0.3 you will be able to make it so you can disable the ents/exits but still have the red markers...
91
I'm working on a roleplay script and have about 2000 lines done so far. I just finished the house system and stuff but there is this really weird bug.. Whenever I step onto the helipad on top of Madd...
64
Wow. I fail, how on earth did I not notice that ; there? lol.
96
You would have to save the data somewhere to do that. ex. a mysql database, ini file, etc..
186
Getting two errors upon compile... Here is the code pawn Код: dcmd_buyhouse(playerid, params[]){    #pragma unused params    new i = 0;    while(i < MAX_HOUSES)    {      if(PlayerT...
96
Ugh. This is really starting to make me pissed off. lol. Somehow the variables seem to have really messed up values. I try debugging by making a function HouseDebug and put it under onplayerpickuppick...
90
Quote: Originally Posted by Seif_ [adream-rp.com ] It's not "float:" it's "Float:", capitalize the F. Thanks that fixed the warnings. Now I'm having a different problem though.. It do...
90