17.01.2012, 16:58
pawn Код:
if(strcmp(cmdtext, "/teles", true) == 0) {
new
Text[ 500 ];
strcat(Text, "{00FFFF}Stunt:/lvair /lsair /sfair /hp /bs /aa /bbs /as /fs /ds /lsaa.\nJump:/bsj1-9 /bj1-7 /hj /gj /pj /dj /chill /lj /aj /ij /xj.\nDrift:/drift1-6 /drag1-3 /driftrocky.\nDM:/dm1-8 /gdm /oh /grovedm /gldm /vdm /sdm /cs /hdm /boxdm.\n");
strcat(Text, "Fun:/2c /lc /tp /fd1-2 /df /sd /sc.\nDerby:/derby1-6.\nParkour:/parkour1-6.\nCity:/city1-4.\nCountry:/ls /lv /sf. \nInterior: /warhouse1-2 /house1-10 \Others:/relax");
ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "{FFFFFF} Teleports", Text, "Ok", "Close");
return 1;
}