Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new str_frm[40], str[1024];
- for(new i = 0; i < MAX_PORT; i++)
- {
- if(PortInfo[i][portCreated] == 1)
- {
- format(str_frm, 40, "#\tLocation\n%d\t%s\n", i+1, PortInfo[i][portName]);
- strcat(str, str_frm, sizeof(str));
- }
- }
- SPD(playerid, D_SELECT_PORT, DST, ""server_boja"Port System", str, "Izaberi", "Izlaz");
Advertisement
Add Comment
Please, Sign In to add comment