Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Erros
  2. Viva_Vida = TextDrawCreate( 311.000000, 26.000000, "New Age" );
  3. TextDrawAlignment( Viva_Vida, 2 );
  4. TextDrawBackgroundColor( Viva_Vida, 255 );
  5. TextDrawFont( Viva_Vida, 3 );
  6. TextDrawLetterSize( Viva_Vida, 0.690000, 2.800000 );
  7. TextDrawColor( Viva_Vida, -1 );
  8. TextDrawSetOutline( Viva_Vida, 1 );
  9. TextDrawSetProportional( Viva_Vida, 1 );
  10. TextDrawShowForPlayer( playerid, Viva_Vida );
  11. TextDrawHideForPlayer( playerid, Viva_Vida );
  12. TextDrawHideForPlayer( playerid, Viva_Vida );
  13. SendClientMessage( killerid, COLOR_AMARELO, "[ > ] Você ganhou mais R$100 !" );
  14. ( killerid, 100 );
  15. new
  16. cmd[ 128 ], tmp[ 128 ], str[ 128 ], string[ 128 ], MSG[ 128 ],
  17. giveplayerid, animeID, idx, sendername[ MAX_PLAYER_NAME ], giveplayer[ MAX_PLAYER_NAME ]
  18. ;
  19. cmd = strtok( cmdtext, idx );
  20. tmp = strtok( cmdtext, idx );
  21. tmp = strtok( cmdtext, idx );
  22. tmp = strtok( cmdtext, idx );
  23.  
  24.  
  25. O resto são os mesmos erros desse aqui tmp = strtok( cmdtext, idx );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement