Search Results
Quote: Originally Posted by CantBeJohn PHP код: new IsPlaying[MAX_PLAYERS]; // up top in your script somewhere CMD:ehr(playerid)  {      if(PlayerLogged[playerid] ==...
115
Quote: Originally Posted by rfr pawn Код: CMD:ehr(playerid) {     if(PlayerLogged[playerid] == 0) // 0 means false    {     PlayAudioStreamForPlayer(playerid, "http://stream.euro...
115
Help please. error 029: invalid expression, assumed zero PHP код: CMD:ehr(playerid) {     if(PlayerLogged[playerid] == 0) return 1;     {     PlayAudioStreamForPlayer(playerid,...
115
Quote: Originally Posted by ForCop change them: Код: stock SetPlayerHealthEx(playerid, Float:health) { // RL_phealth[playerid]=health; RL_UpdatedHealth[playerid]=true; r...
210
Quote: Originally Posted by ForCop Код: #define SetPlayerHealthEx(%0, %1) RL_UpdatedHealth[%0]=true; SetPlayerHealth(%0, %1); #define SetPlayerArmourEx(%0, %1) RL_UpdatedHealth[%0...
210
Quote: Originally Posted by Drak03 With the thing ur doing, you get this: SetPlayerHealth return SetPlayerHealth, so your stock is = or the same thing in comparision with the define So...
210
Hello people from samp community. I have a few of warnings, which i really dont want there in my list. Anyone can help me? Warnings: Код HTML: C:\Users\Lietotājs\Desktop\TACTIC.ITP\pawno\include...
210
Quote: Originally Posted by ForCop Код: enum PlayerStats { exemple1, exemple2, exemple3 } new PInfo[MAX_PLAYERS][PlayerStats]; if you do not use it, try to delete it ...
194
Quote: Originally Posted by SacrificeGaming Show us your PInfo i have pInfo but PInfo is a new value heres pInfo PHP код: enum pInfo {     pID,     pPassword[32],   ...
194
Quote: Originally Posted by ForCop your have "enum PlayerStats" ? no i dont have
194
Whats the thing? Код HTML: C:\Users\Lietotājs\Desktop\TACTIC\gamemodes\newmode.pwn(453) : error 008: must be a constant expression; assumed zero C:\Users\Lietotājs\Desktop\TACTIC\gamemodes\newmo...
194
Quote: Originally Posted by Sabur pawn Код: CMD:playmusicl(playerid, params[]){    if(isnull(params))        return SendClientMessage(playerid, -1, "Ievadi: /playmusicl (url)");...
95
Hello . I coded an audio streaming code, but i guess it plays the music for everyone, and i want to play it for those, who are in virtual world 3. Any suggestions? PHP код: CMD:playmusicl(playe...
95
Quote: Originally Posted by UFF 9805 - Show this line if(isnull(params)) return SendClientMessage(playerid, COLOR_WHITE, "Ievadi: /playmusic [Link]");
139
Quote: Originally Posted by UFF Код: CMD:playmusic(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 1) return MSG_NOADMIN1(playerid); if(IsPlayerInRangeOfPoin...
139
Код HTML: C:\Users\Lietotājs\Desktop\GAPS\GM\LS-RP\gamemodes\tactic.pwn(9807) : error 017: undefined symbol "params" C:\Users\Lietotājs\Desktop\GAPS\GM\LS-RP\gamemodes\tactic.pwn(9807) : error 0...
139
Actually thats not what i need. I need it to stream to closest players. like float:distance 80.0
139
Hi. When i was done scripting this, errors popped up and i dont know what to do. I tried #pragma unused params but i guess it wont work Somebody, help? PHP код: else if(!strcmp(cmd, "/playmus...
139
U mean what? PHP код: stock SaveGangZones() {     new src[1024];     for(new i = 1; i <= MAX_GANGZONE; i++)     {         format(query,sizeof(query),"UPDATE `"T...
143