-to add or edit a class a class
AddPlayerClassEx(COLORID,SKINID,x,y,z,angle,wep-id,wep-ammo,wep2-id,wep3-ammo,wep4-id,wep4-ammo);
*coords x,y,z and angle are included when you save a location with /s -about strcmd
else if (strcmp(cmd, "!mycommand", true) == 0)
{
tmp = strtok(cmdtext, idx);
if (!strlen(tmp)) {
//do something here insert an event for this cmd
SetPlayerPos(playerid, 495.7786,-83.4285,10.0299);
SendClientMessage(playerid, COLOR_GREEN, "Hello this is a text!!!");
//now i have insert setplayerpos and u will be teleported to the coords(malibu)
}
return 1;
}