Zekkkk Posted February 19, 2017 Share Posted February 19, 2017 Salut ma puteti ajuta cu o comanda care sa arate toate conturile premium online de pe sv intro "caseta" (casuta) conturile, multumesc mult! Link to comment Share on other sites More sharing options...
.LepS Posted February 19, 2017 Share Posted February 19, 2017 Gasesti una in gamemode-ul nou al lui s4uriK Link to comment Share on other sites More sharing options...
Zekkkk Posted February 19, 2017 Author Share Posted February 19, 2017 Cum se numeste comanda?? Link to comment Share on other sites More sharing options...
Kingsley Posted February 20, 2017 Share Posted February 20, 2017 (edited) Sunt pe telefon, deci nu am cum să ti-o fac altfel. CMD:onpremium(playerid, params[]) { new string[128]; foreach(new i : Player) { if(PlayerInfo[pPremiumAccount] == 1) { format(string, sizeof(string), "Premium user: %s(%d)", GetName(i), i); } } SendClientMessage(playerid, -1, string); return 1; } Edited February 20, 2017 by Kingsley Link to comment Share on other sites More sharing options...
s4uriK.Official Posted February 21, 2017 Share Posted February 21, 2017 (edited) CMD:onpremium(playerid, params[]) { new name[25], text[128]; SCM(playerid, -1, "_______Premiums_______"); foreach(Player, i) { if(PlayerInfo[pPremiumAccounts] >= 1) (in loc de pPremiumAccounts sa pui variabila care o ai tu in gamemode) { GetPlayerName(i, name, 25); format(text, sizeof(text), "%s", name); SCM(playerid, -1, text); } } return 1; } Edited February 21, 2017 by s4uriK - RPG Link to comment Share on other sites More sharing options...
FcRm Madalin Posted February 21, 2017 Share Posted February 21, 2017 Imi spui si mie care este variabila de la acest gm pls ? http://forum.bugged.ro/topic/211737-gamemode-skim-gamemode/ Link to comment Share on other sites More sharing options...
iGabriell Posted February 23, 2017 Share Posted February 23, 2017 Imi spui si mie care este variabila de la acest gm pls ? http://forum.bugged.ro/topic/211737-gamemode-skim-gamemode/ mane. hai las-o. nu stii nimic.. Link to comment Share on other sites More sharing options...
Zekkkk Posted February 23, 2017 Author Share Posted February 23, 2017 Ms s4urik Link to comment Share on other sites More sharing options...
CrImA Posted March 2, 2017 Share Posted March 2, 2017 Imi spui si mie care este variabila de la acest gm pls ? http://forum.bugged.ro/topic/211737-gamemode-skim-gamemode/ Cauta si tu la dialogul unde cumpara cont premium, ce e atat de greu? ... Link to comment Share on other sites More sharing options...
vTuDoR Posted March 5, 2017 Share Posted March 5, 2017 CMD:onpremium(playerid, params[]) { new name[25], text[128]; SCM(playerid, -1, "_______Premiums_______"); foreach(Player, i) { if(PlayerInfo[pPremiumAccounts] >= 1) (in loc de pPremiumAccounts sa pui variabila care o ai tu in gamemode) { GetPlayerName(i, name, 25); format(text, sizeof(text), "%s", name); SCM(playerid, -1, text); } } return 1; } Link to comment Share on other sites More sharing options...
TwistFAKATORU Posted March 5, 2017 Share Posted March 5, 2017 In GM SKiM se numeste: "pPremiumAccount" Link to comment Share on other sites More sharing options...
Recommended Posts