Search Results
but have any way to optimize it ?? or make it shorter
209
Quote: Originally Posted by Blackboe PHP код: CMD:stats(playerid, params[]) {     new dialog[1000], string[50];     format(string, sizeof(string), "Thong Tin \tGia T...
209
what happend with my dialog ? Code: Код: CMD:stats(playerid, params[]) { new string[128]; format(string, sizeof(string), "Thong Tin \tGia Tri\n"); format(string, sizeof(string), "Ten: \t%s\n"...
209
Hello Guys, I am trying to do anti cheat teleport but the problem is how can i get distance between to point if the second point is to far the first point it will send a message like This Player Maybe...
125
i mean when i /somecommand and use another command it's will be like this Please Wait 5 Seconds to use next command the number 5 will count down to 0
190
Quote: Originally Posted by crukk11 https://sampforum.blast.hk/showthread.php?tid=354077 in SendClientMessage(playerid,0xFF0000FF,"You can only type ONE command every THREE seconds!"); ...
190
i still don't get it any one can explain
190
Quote: Originally Posted by crukk11 https://sampforum.blast.hk/showthread.php?tid=605252 show i just do something like this : if(gettime() < timer_Waiting[playerid]) // and then ...
190
zcmd include have these callbacks public OnPlayerCommandReceived(playerid, cmdtext[]) and public OnPlayerCommandPerformed(playerid, cmdtext[], success)
190
i am using zcmd to create command i want every command player have to wait about 8 seconds to do a next command when player /somecommand and use another command or that command again it will have a a...
190
ok thank you man +rep for two guys
196
Quote: Originally Posted by Bingo This or so both way are correct ?? but which way is optimize ?
196
Quote: Originally Posted by Debjit You need to spawn the player to make it disappear. You can avoid it by simply spawning the player to a virtual world or anywhere and then when a player w...
196
Hello i just make a gamemode but in login it's appear this how can i remove the spawn buttom
196
warning 202: number of arguments does not match definition Код: #define SSM(%0,%1) \ SendClientMessage(%0, COLOR_SERVER, "[SERVER]:{FFFFFF} "%1) Код: new name[MAX_PLAYERS]; GetPlayerName...
71
or can i use like this ?? Код: format(query, sizeof(query), " UPDATE `players` SET `x` = %f, `y` = %f, `z` = %f, `angle` = %f, `interior` = %d, `vw` = %d, `ip`= %s, `lastlogin` = %s, `level` = %d...
72
i try to save player date when player disconnect from server: Код: mysql_format(g_SQL, query, sizeof query, " UPDATE `players` SET `x` = %f, `y` = %f, `z` = %f, `angle` = %f, `interior` = %d, `vw...
72
how can i stop it down the line
63
hello guy i have problem! Код: public OnGameModeInit() { dem(); return 1; } Код: stock dem() { new i=0; while(i <= 100) { printf("%d", i++); } } the result on console is Код...
63
Quote: Originally Posted by Arthur Kane Why not just press tab?! just use for my system =]]z
137