New Question Added!!
1. Answered by asad3man
2. Answered by asad3man and stormeus
3. Answered by Strike
NEW QUESTIONS!!
4. How do I change the colour?
[pawn] else if (strcmp(cmd, "setspeed", true) == 0) {
tmp = strtok(cmdtext, idx);
if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
else if(!IsPlayerCommandLevel(playerid,"setspeed")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");
else if (!strlen(tmp)) SendClientMessage(playerid,COLOR_RED,"USAGE: /c setspeed [Value]");
else {
new szMsg[256];
format(szMsg,sizeof(szMsg),"Admin %s changed setspeed to:[ %d ]",gPlayers[playerid],strval(tmp));
SendClientMessage(playerid,COLOR_GREEN,szMsg);
SetGamespeed(strval(tmp));
}
return 1;[/pawn]
5. Is there any code to track HACKER?
6. Can anyone suggest any ADMIN LEVEL names?
More to come!!