warning 239: literal array/string passed to a non-const parameter
#4

Quote:
Originally Posted by StRaphael
Посмотреть сообщение
I tried but I got error on PlayAudioStreamForPlayer(i,url); // error 035: argument type mismatch (argument 2)
Open your includes folder, find a_players.inc and look for

PHP код:
native PlayAudioStreamForPlayer(playeridurl[], Float:posX 0.0Float:posY 0.0Float:posZ 0.0Float:distance 50.0usepos 0); 
edit it to

PHP код:
native PlayAudioStreamForPlayer(playerid, const url[], Float:posX 0.0Float:posY 0.0Float:posZ 0.0Float:distance 50.0usepos 0); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)