Search Results
Quote: Originally Posted by coool Timers are not accurate roughly 25%. But there are fixes available https://sampforum.blast.hk/showthread.php?tid=289675 . A plugins link inside. i tire...
141
Hi Guys i Have Small Problems my timer textdraw when i use it first time countdown working perfect next time for me or another player using it countdown #Fast why ? not countdown with 1sec || countd...
141
Quote: Originally Posted by XpDeviL PHP код: stock isNumeric(const string[]) {  new length=strlen(string);  if (length==0) return false;  for (new i = 0; i < leng...
120
Quote: Originally Posted by XpDeviL I think you want something like that: PHP код: public OnPlayerText(playerid, text[])  {       if(FirstWeaponText[playerid] == 1)   ...
120
[QUOTE=astanalol;3864817] Quote: Originally Posted by khRamin78 as i know you should remov brackers PHP код: public OnPlayerText(playerid, text[]) {     if(text[0] == '1') ...
120
[QUOTE=khRamin78;3864803]as i know you should remov brackers PHP код: public OnPlayerText(playerid, text[]) {     if(text[0] == '1')     {         if(FirstWeaponText[playe...
120
Hi Guys i have small problems my Code no effect in my Server PHP код: public OnPlayerText(playerid, text[]) {     if(text[0] == '1')     {         if(FirstWeaponText[player...
120
Quote: Originally Posted by Advait guys i recently found a gamemode and i downloaded it but i found that its version is 0.3z and i cannot find samp 0.3z version so how can i update my se...
50
Quote: Originally Posted by IcePop Simple but nice -Next time put some SS.. see again i edit SS
670
Quote: Originally Posted by Freshncool if(sscanf(text[1], ... If you actually read the error you would've known me lad. u mean like this ? PHP код: if(sscanf(text[0] == '1') ...
221
Quote: Originally Posted by LazzyBoy Код: #include zcmd GivePlayerWeapon(playerid,31,Amount); i already using zcmd inc Quote: (377) : error 017: undefined symbol "par...
221
Quote: Originally Posted by LazzyBoy Код: public OnPlayerText(playerid, text[]) { if(text[0] == '1') { if(FirstWeaponText[playerid] == 1) { new Amount; ...
221
Quote: Originally Posted by LazzyBoy You trying to make it on CMD or dialogs also show your codes please. PHP код: public OnPlayerText(playerid, text[]) {     if(text[0]Â...
221
hello guys i trying to making weapon shop weapon id (31) Ammo (player type his ammo from 1bullet to 10000bullet) money cost (1bullet = 100$ > when he is typing his bullet 10bullet buying it cost 10...
221
Quote: Originally Posted by Troydere I don't know if I understand, hence I will not make an example for you but I can refer you to some wiki articles of functions that can be used to do wh...
117
hi guys i wanna make text in text i mean when i press 1 show to me new text and choose somthing new i will made it and can back to first text with press LMB PHP код:     if(text[0] == '1...
117
Quote: Originally Posted by raydx Код: public OnPlayerText(playerid, text[]) { if(text[0] == '1') { if(ShowMenuHouseText[playerid] == 1) { new...
103
Hello Guys i Want Ask About How To Change Dialog PHP код: //------------------------------------------------------------------------------ //                          ...
103