Search Results
Quote: Originally Posted by khRamin78 PHP код: if(!strcmp(params,"1",true)) {     if(taxidriver < 1) return SendClientMessage(playerid,warna_coklattua,"Sekarang tidak a...
98
Quote: Originally Posted by Sreyas Please explain your problem well. I'm creating a taxi system, I mean, when someone types /service taxi, the message is only appears to someone who doe...
98
Whats wrong in this code so that I can not accept his message this is command /service 1 (taxi) PHP код: CMD:service(playerid, params[]) {     if(TelahLogin[playerid]==0) return SCM(p...
98
Quote: Originally Posted by AndreiWow What is wrong with it...? maybe SendClientMessage
83
Quote: Originally Posted by CusturA Can someone give me a gang war system? please Search in http://forum.sa-mp.com/index.php or http://******.com
107
whether the order is correct, if there is something wrong please justified PHP код: CMD:service(playerid, params[]) {     if(TelahLogin[playerid]==0) return SCM(playerid,warna_merah,"ka...
83
Quote: Originally Posted by Vin Diesel Try this. Код: CMD:buylevel(playerid, params[]) { new str[50],pName[MAX_PLAYER_NAME],pID; new score = GetPlayerScore(playerid); if(Te...
112
can you help me about this my command /buylevel PHP код: CMD:buylevel(playerid, params[]) {     new str[50],pName[MAX_PLAYER_NAME],pID;     new score = GetPlayerScore(playerid); Â...
112
Quote: Originally Posted by AndreiWow You could just change the name to something else, like DIALOG_MALESKIN2 instead of +2, you will also have to change its name everywhere else in the sc...
166
Quote: Originally Posted by Luis- That'll no doubt fuck up your code if you keep +1'ing it. Say you have a dialog id of 10, and you plus 1 dialog id 10, it'll become 11 right? Then you def...
166
Quote: Originally Posted by Banditul18 Make sure that you don't have 2 or more dialogs with id 15 ( 2 defines of dialogs that have value 15) lol solved with me just add +1 in dialog ex...
166
Can you help me i got new error Код: D:\data aji\Samp server\gamemodes\fr1.pwn(3716) : error 040: duplicate "case" label (value 15) this my line PHP код:       case DIALOG_MALESKIN...
166
Quote: Originally Posted by LazzyBoy Read at IPleomax's post I have done it
105
i cannot show this manage textdraw can you help me ? or click link jpg http://prntscr.com/eqoyxj i use this https://sampforum.blast.hk/showthread.php?tid=376758 Thanks Before
105
Quote: Originally Posted by Troydere Depends on your script, as I can see JumlahExp[MAX_PLAYERS] is your exp variable, the default player score is your score variable, you can change or mo...
121
Quote: Originally Posted by Troydere Depends on your script, as I can see JumlahExp[MAX_PLAYERS] is your exp variable, the default player score is your score variable, you can change or mo...
121
how to differentiate exp and scores ?
121
Quote: Originally Posted by Troydere https://sampwiki.blast.hk/wiki/Format The output of a format always has to be a string value, however you're trying to fit it into an integer Код...
121
help ! how to show my exp in SendClientMessage ? PHP код: CMD:test(playerid, params[]) {     new exp = GetPlayerScore(playerid);     SetPlayerScore(Playerid,exp+1);     format(...
121