if(strcmp(cmd, "/setarvip", true) == 0) { if(!IsPlayerAdmin(playerid)) return 0; new tmp[256]; new plid; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id]"); return 1; } if(IsPlayerConnected(plid)){ new pname[MAX_PLAYER_NAME]; GetPlayerName(plid, pname, MAX_PLAYER_NAME); format(file2, sizeof(file2), PASTA_CONTAS, pname); dini_IntSet(file2, "VIP",1); SpawnPlayer(plid); SendClientMessage(playerid, 0x00FF00AA, "(INFO) VIP Setado com sucesso"); SendClientMessage(plid, 0x00FF00AA, "(INFO) Um admin setou VIP por para vocк aproveite ;D"); return 1; }else{ SendClientMessage(playerid, Vermelho, "(ERRO) ID invбlido"); return 1; } }
https://sampforum.blast.hk/showthread.php?tid=254915. Leia atй entender.
|
if(strcmp(cmd, "/setarvip", true) == 0)
{
if(!IsPlayerAdmin(playerid)) return 0;
new tmp[256];
new plid;
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id][dias]");
return 1;
}
dd = strtok(cmdtext, idx);
if(!strlen(dd))
{
SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id][dias]");
return 1;
}
if(IsPlayerConnected(plid))
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(plid, pname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, pname);
dini_IntSet(file2, "VIP",1);
dini_IntSet(file2, "DIAS",((gettime() + (dd * 24 * 60 * 60))));
SpawnPlayer(plid);
SendClientMessage(playerid, 0x00FF00AA, "(INFO) VIP Setado com sucesso");
SendClientMessage(plid, 0x00FF00AA, "(INFO) Um admin setou VIP por para vocк aproveite ;D");
return 1;
}else{
SendClientMessage(playerid, Vermelho, "(ERRO) ID invбlido");
return 1;
}
}
format(file2, sizeof(file2), PASTA_CONTAS, pname);
if(gettime() >= dini_Int(file2, "DIAS"))
{
// vip expirado
}
Vocк nгo pensou em usar um timer de 1 mкs pra expirar o vip nй? Й claro que nгo...
|
pow viro atй chat ae... e outra, me passaram tutorial em ingles, puts..
Vlw Don mais olha oq deu: (9871) : error 017: undefined symbol "dd" (9872) : error 017: undefined symbol "dd" (9883) : error 017: undefined symbol "dd" (9893) : error 017: undefined symbol "pname" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
if(strcmp(cmd, "/setarvip", true) == 0)
{
if(!IsPlayerAdmin(playerid)) return 0;
new tmp[256];
new plid;
new dd;
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id][dias]");
return 1;
}
dd = strtok(cmdtext, idx);
if(!strlen(dd))
{
SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id][dias]");
return 1;
}
if(IsPlayerConnected(plid))
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(plid, pname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, pname);
dini_IntSet(file2, "VIP",1);
dini_IntSet(file2, "DIAS",((gettime() + (dd * 24 * 60 * 60))));
SpawnPlayer(plid);
SendClientMessage(playerid, 0x00FF00AA, "(INFO) VIP Setado com sucesso");
SendClientMessage(plid, 0x00FF00AA, "(INFO) Um admin setou VIP por para vocк aproveite ;D");
return 1;
}else{
SendClientMessage(playerid, Vermelho, "(ERRO) ID invбlido");
return 1;
}
}
format(file2, sizeof(file2), PASTA_CONTAS, pname);
if(gettime() >= dini_Int(file2, "DIAS"))
{
// vip expirado
}
if(strcmp(cmd, "/setarvip", true) == 0)
{
if(!IsPlayerAdmin(playerid)) return 0;
new tmp[256];
new plid;
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id][dias]");
return 1;
}
plid = strtok(cmdtext, idx);
if(!strlen(dd))
{
SendClientMessage(playerid, 0x008040AA, "(ERRO) Use: /setarvip [id][dias]");
return 1;
}
if(IsPlayerConnected(plid))
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(plid, pname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, pname);
dini_IntSet(file2, "VIP",1);
dini_IntSet(file2, "DIAS",((gettime() + (plid * 24 * 60 * 60))));
SpawnPlayer(plid);
SendClientMessage(playerid, 0x00FF00AA, "(INFO) VIP Setado com sucesso");
SendClientMessage(plid, 0x00FF00AA, "(INFO) Um admin setou VIP por para vocк aproveite ;D");
return 1;
}else{
SendClientMessage(playerid, Vermelho, "(ERRO) ID invбlido");
return 1;
}
}
format(file2, sizeof(file2), PASTA_CONTAS, pname);
if(gettime() >= dini_Int(file2, "DIAS"))
{
// vip expirado
}