28.11.2010, 19:43
Vc teria que comeзar com um sistema de registro. No www.wiki.sa-mp.com tem dizendo como. O comando seria:
topo:
topo:
Код:
#include <dini> #define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
Код:
dcmd_rg(playerid, params[]) { new string[128]; new id; id = strval(params); PlayerInfo[id][Rg] = dini_IntSet(file, "Rg"); format(string,sizeof(string),"RG do ID selecionado: %d", PlayerInfo[playerid][Rg] return SendClientMessage(playerid, cor, string); }