i can tell u first 2 and 3rd is hard for me i m new and also finiding 3rd one
1.How to add welocme msg.. "OnPlayerconnect"
add this line
[pawn]GameTextForPlayer(playerid,"WELCOME MSG HERE",5000,5);[/pawn]
2.For commands using !
goto "OnPlayerText" dont goto OnPlayerCommands
and type some like this if u want !info commands u will type this
[pawn]else if (strcmp(cmd, "!info", true) == 0)
{
tmp = strtok(cmdtext, idx);
if (!strlen(tmp)) {
SendClientMessage(playerid, COLOR_ORANGE, "Pakistani Killers Mode Scripts");
SendClientMessage(playerid, COLOR_ORANGE, "Also u can Join Clan goto ");
SendClientMessage(playerid, COLOR_ORANGE, "
http://pakistanikillersclan.net76.net");
}
return 1;
}[/pawn]
as i told i dont know third one so sorry for that.......